diff --git a/README.md b/README.md index cc3c481..2a53dcf 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ It will output an ordered, newline-deliminated set of pathnames only after consu ## Options * `-r`, `--recursive ` - Recursively sort input files, up to `` (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 ` - 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