Add new flags to README

Fortune for enumerate-ordered's current commit: Blessing − 吉
master
Avril 1 year ago
parent 0334992225
commit 1a02da936c
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -13,6 +13,9 @@ It will output an ordered, newline-deliminated set of pathnames only after consu
## Options
* `-r`, `--recursive <limit>` - Recursively sort input files, up to `<limit>` (set to 0 for infniite); if limit is not specified, recursion is infinite
* `-z`, `-0`, `--nul` - Seperate lines when reading/writing by the ascii NUL character (0) instead of a newline. This applies to reading input from `stdin` as well as writing output.
* `-I`, `--delim ifs` - Read the first byte of the IFS environment variable as the I/O line seperator.
* `--delim <byte>` - Use this user-provided byte as the I/O line seperator
* `-a`, `--atime` - Sort by atime
* `-c`, `--ctime` - Sort by ctime (default)
* `-m`, `--mtime` - Sort by mtime

Loading…
Cancel
Save