From 3044e81aacc985bf5699d72afe60439ac8480502 Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Sun, 14 Jun 2020 02:29:27 -0400 Subject: [PATCH] Updated README-sortdir.md to include no-op sort '.' --- README-sortdir.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README-sortdir.md b/README-sortdir.md index 6721c9a..6bb4e49 100644 --- a/README-sortdir.md +++ b/README-sortdir.md @@ -139,6 +139,9 @@ The following prompts are presented in order: - `B` - Sort in descending order of file size in blocks. - `e` - Sort in ascending order of file size in bytes (ie: EOF position). - `E` - Sort in descending order of file size in bytes (ie: EOF position). + - `.` - Keeps the entries in the existing order. This sort option is + useful in order to compress any deleted entries in the directory + without changing the order of the active entries. - `-` - Entering `-` (minus) will end the entry of sort options and move on to the next section. - *Filename case conversion ...* @@ -215,6 +218,7 @@ sortdir [-s xxx] [-n x] [-rDwvVh] path B sort by blocks used descending e sort by EOF position ascending E sort by EOF position descending + . keep entries in same order, just compress deleted entries -fx: Fix mode, where x is: ? prompt for each fix