Linux cli command printf
➡ A Linux man page (short for manual page) is a form of software documentation found on Linux and Unix-like operating systems. This man-page explains the command printf and provides detailed information about the command printf, system calls, library functions, and other aspects of the system, including usage, options, and examples of _. You can access this man page by typing man followed by the printf.
less than a minute
NAME 🖥️ printf 🖥️
format and print data
SYNOPSIS
printf FORMAT [ARGUMENT]…
printf OPTION
DESCRIPTION
Print ARGUMENT(s) according to FORMAT, or execute according to OPTION:
–help
display this help and exit
–version
output version information and exit
FORMAT controls the output as in C printf. Interpreted sequences are:
\
double quote
\
backslash
alert (BEL)
backspace
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.