diff options
author | Assaf Gordon <assafgordon@gmail.com> | 2016-01-08 13:55:12 -0500 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2016-01-13 11:11:36 +0000 |
commit | 672663e1b0afd68a10d991527fd5021c40c99acc (patch) | |
tree | e5ca8c84fbb1b863ab1ae5f9692e7da63e6a0585 /doc | |
parent | 8297568ec60103d95a56cf142d534f215086fe2b (diff) | |
download | coreutils-672663e1b0afd68a10d991527fd5021c40c99acc.tar.xz |
numfmt: add the -z,--zero-terminated option
* doc/coreutils.texi (numfmt invocation): Reference the description.
* src/numfmt.c: Parameterize '\n' references.
* tests/misc/numfmt.pl: Add tests for character and field processing.
* NEWS: Mention the new feature.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 01d76ec2c..f7bdc4274 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -17171,6 +17171,9 @@ the output numbers represent other units (e.g. to represent @samp{4,000,000} bytes in blocks of 1KB, use @samp{--to=si --to-unit=1000}). Suffixes are handled as with @samp{--from=auto}. +@optZeroTerminated +@newlineFieldSeparator + @end table @subsection Possible @var{unit}s: |