LXer: Bash Scripting – Printf Command Explained With Examples
by LXer from LinuxQuestions.org on (#5QM5S)
Published at LXer:
Bash offers two types of commands that can be used to print your output to the terminal. One is the echo command which is mostly used for this purpose. The second is the printf command. In this article, we will learn the basic usage of the printf command with examples in Linux.
Read More...
Bash offers two types of commands that can be used to print your output to the terminal. One is the echo command which is mostly used for this purpose. The second is the printf command. In this article, we will learn the basic usage of the printf command with examples in Linux.
Read More...