Linux numfmt Command
What is Linux numfmt Command?
In this tutorial we learn how to use numfmt
command in Linux. numfmt
command is numfmt - Convert numbers from/to human-readable strings.
numfmt Syntax
numfmt [OPTION]... [NUMBER]...
numfmt Examples
numfmt Command Manual / Help
We can use man
and info
command to see the manual page of numfmt
command. numfmt
command also have --help
option to show list of options.
To open man page for numfmt
command we can use command below. To exit man or info page you can press q
.
man numfmt
To open info page for numfmt
command we can use command below.
info numfmt
To open help page from numfmt
command we can run command below.
numfmt --help
Linux numfmt Command Source Code
You can find numfmt
command source code from the folowing repositories:
- numfmt source code on GitHub
- numfmt source code on GNU Savannah cgit
- numfmt source code on GNU Savannah gitweb
Related Linux Commands
You can read tutorials of related Linux commands below:
Summary
In this tutorial we learn how to use numfmt
in Linux with practical examples. Visit our Linux Commands guide to learn more about using command line interface in Linux.