Команда printf

Write formatted output.

Синтаксис

printf format [ argument]

formatA string describing the format to use to write the remaining operands.
argumentThe strings to be written to standard output, under the control of format

Примеры

printf "hello" - returns hello to the screen.

Обратно к списку команд