LXer: How to Use echo Command in Bash Scripts in Linux
by LXer from LinuxQuestions.org on (#5M5AT)
Published at LXer:
echo is a shell built-in command that is used to print the information/message to your terminal. It is the most popular command that is available in most Linux distributions and is typically used in bash scripts and batch files to print status text/string to the screen or a file.
Read More...
echo is a shell built-in command that is used to print the information/message to your terminal. It is the most popular command that is available in most Linux distributions and is typically used in bash scripts and batch files to print status text/string to the screen or a file.
Read More...