Linux printf Command
In this tutorial we learn how to use printf commmand in Linux. printf command is printf - format and print data
In this tutorial we learn how to use printf command in Linux. printf command is printf - format and print data
printf FORMAT [ARGUMENT]...
printf OPTION
We can use man
and info
command to see the manual page of printf command.
printf command also have --help
option to show list of options.
To open man page for printf command we can use command below. To exit man or info page you can press q
.
man printf
To open info page for printf command we can use command below.
info printf
To open help page from printf command we can run command below.
printf --help
You can find printf command source code from the folowing repositories:
You can read tutorials of related Linux commands below:
In this tutorial we learn how to use printf in Linux with practical examples. Visit our Linux Commands guide to learn more about using command line interface in Linux.