I’m starting a new feature called Command Line Basics. In this first installment I’m going to cover the echo command.
The echo command is used for sending text to the standard output. In most cases, the standard output is your terminal. For example, to print the word “echo” to your terminal output, enter the command Continue reading