From 1a02da936ce6d1eab71b60363525da979b5993ef Mon Sep 17 00:00:00 2001 From: Avril Date: Sun, 27 Nov 2022 02:02:58 +0000 Subject: [PATCH] Add new flags to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fortune for enumerate-ordered's current commit: Blessing − 吉 --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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