Human Readable Numeric Conversion using Numfmt in Ubuntu

Numfmt command reads numbers in various representations and converts them to human representation on the command-line. Using Numfmt, you can convert numbers from to human readable form. It (GNU coreutils package) is pre-installed in your Ubuntu Linux distribution.

Numfmt Examples:

Convert Numbers to Human Readable Format in Ubuntu:

numfmt --to=si 6600000

Numfmt

si: International System of Units (SI) standard

Convert Numbers from Human Readable to Numeric:

numfmt --from=si 2.2G

Numfmt command

For the complete usage details run below command.

man numfmt

You can also check here

If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Also Read:  Worker File Manager

Leave a Reply