Updated README-sortdir.md to include no-op sort '.'

This commit is contained in:
Bobbi Webber-Manners 2020-06-14 02:29:27 -04:00
parent ea8e4953a0
commit 3044e81aac
1 changed files with 4 additions and 0 deletions

View File

@ -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