numfmt
Verified for current stable LTS
Numfmt Command: Convert To Iec Units With Padding
Use for convert to iec units with padding with Numfmt. Exact CLI syntax to convert to iec units with padding using Numfmt.
When to use this: Use for convert to iec units with padding with Numfmt.
Command Syntax
du -s * | numfmt --to iec --format "%{-5f}" du -s * | numfmt --to iec --format "%`{-5f`}" Command Breakdown
-s- Command Option
- Tool-specific option used by this command invocation.
--to- Command Option
- Tool-specific option used by this command invocation.
--format- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to convert to iec units with padding using Numfmt.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Numfmt Command: Auto Convert Number Based On Suffix
numfmt --from auto <number> Numfmt Command: Convert Field To Iec Units Preserving Header ls -l | numfmt --header=1 --field <field> --to iec Numfmt Command: Convert Iec Units To Number numfmt --from iec <number> Numfmt Command: Convert Number To Si Units numfmt --to si <number> Numfmt Command: Convert Si Units To Number numfmt --from si <number>