Provided by: rust-coreutils_0.0.14-3_amd64
NAME
numfmt - manual page for numfmt 0.0.14
DESCRIPTION
/build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/numfmt 0.0.14 Convert numbers from/to human-readable strings USAGE: /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/numfmt [OPTION]... [NUMBER]... OPTIONS: -d, --delimiter <X> use X instead of whitespace for field delimiter --field <FIELDS> replace the numbers in these input fields (default=1) see FIELDS below [default: 1] --from <UNIT> auto-scale input numbers to UNITs; see UNIT below [default: none] -h, --help Print help information --header <N> print (without converting) the first N header lines; N defaults to 1 if not specified --padding <N> pad the output to N characters; positive N will right-align; negative N will left-align; padding is ignored if the output is wider than N; the default is to automatically pad if a whitespace is found --round <METHOD> use METHOD for rounding when scaling; METHOD can be: up,down, from-zero (default), towards-zero, nearest [default: from-zero] [possible values: up, down, from-zero, towards-zero, nearest] --suffix <SUFFIX> print SUFFIX after each formatted number, and accept inputs optionally ending with SUFFIX --to <UNIT> auto-scale output numbers to UNITs; see UNIT below [default: none] -V, --version Print version information UNIT options: none no auto-scaling is done; suffixes will trigger an error auto accept optional single/two letter suffix: 1K = 1000, 1Ki = 1024, 1M = 1000000, 1Mi = 1048576, si accept optional single letter suffix: 1K = 1000, 1M = 1000000, ... iec accept optional single letter suffix: 1K = 1024, 1M = 1048576, ... iec-i accept optional two-letter suffix: 1Ki = 1024, 1Mi = 1048576, ... FIELDS supports cut(1) style field ranges: N N'th field, counted from 1 N- from N'th field, to end of line N-M from N'th to M'th field (inclusive) -M from first to M'th field (inclusive) - all fields Multiple fields/ranges can be separated with commas
SEE ALSO
The full documentation for numfmt is maintained as a Texinfo manual. If the info and numfmt programs are properly installed at your site, the command info numfmt should give you access to the complete manual.