Home
last modified time | relevance | path

Searched refs:si (Results 1 – 4 of 4) sorted by relevance

/coreutils/tests/du/
Dinodes.sh110 du --inodes --si d > out 2>err || fail=1
/coreutils/src/
Ddd.c742 char const *si = human_readable (w_bytes, hbuf[0], human_opts, 1, 1); in print_xfer_stats() local
779 = (abbreviation_lacks_prefix (si) in print_xfer_stats()
788 w_bytes, si, delta_s_buf, bytes_per_second) in print_xfer_stats()
791 w_bytes, si, iec, delta_s_buf, bytes_per_second)); in print_xfer_stats()
/coreutils/doc/
Dcoreutils.texi656 @item --si
657 @opindex --si
662 @option{--block-size=si}. Use the @option{-h} or
676 Use the @option{--si} option if you prefer powers of 1000.
950 of bytes per block, or it can be @code{human-readable} or @code{si} to
953 @uref{http://www.bipm.org/en/publications/si-brochure/chapter3.html,
962 @code{BLOCK_SIZE=si} is similar, but uses powers of 1000 and appends
1066 @opindex --si
1073 @option{--block-size=human-readable}. The @option{--si} option is
1074 equivalent to @option{--block-size=si}. Note for @command{ls}
[all …]
/coreutils/
DNEWS1384 dd now summarizes sizes in --human-readable format too, not just --si.
3485 du: -H (initially equivalent to --si) is now equivalent to
5216 (--dereference-args, aka -D) rather then the current meaning of --si.
5558 just for --block-size=human-readable and --block-size=si. Fractional
5627 * -H or --si now outputs the trailing 'B', for consistency with the above.