Lines Matching refs:si
656 @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}
4639 invoked with their @option{--human-readable} or @option{--si} options.
8404 @option{--human-readable} (@option{-h}), or @option{--si} options are used,
12228 Equivalent to @option{--si}.
19112 bytes in blocks of 1KB, use @samp{--to=si --to-unit=1000}).
19132 @item si
19214 $ numfmt --to=si 500000
19223 $ numfmt --from=si 1M
19241 $ numfmt --from=si --to=iec 1T
19249 $ numfmt --from=si --to=iec-i 2000R
19260 $ ls -log | numfmt --field 3 --header --to=si | head -n4
19279 $ du -s * | numfmt --to=si --padding=10
19286 $ du -s * | numfmt --to=si --padding=-10
19293 $ du -s * | numfmt --to=si --format="%10f"
19300 $ du -s * | numfmt --to=si --padding="%-10f"