In the first installment of Command Line Basics, I explained the use of the echo command. In this first installment of Bash to Basics, I’ll show how to use the echo command in a script.
Open up a text editor and paste the following text into it. Continue reading