Команда printf
Write formatted output.
printf format [ argument]
| format | A string describing the format to use to write the remaining operands. |
| argument | The strings to be written to standard output, under the control of format |
printf "hello" - returns hello to the screen.