The echo command in Linux
Echo is a shell builtin that prints out its arguments to the standard output. The echo command is most commonly used in shell scripts and batch files in order to output some textual data to the user. Although the description of echo seems pretty straightforward,… Read More »The echo command in Linux