Linux echo Command
Chapter:
Linux Commands
Last Updated:
05-05-2018 17:46:58 UTC
Program:
/* ............... START ............... */
$ echo Testing echo command
Testing echo command
/* ............... END ............... */
Notes:
-
Linux echo command Syntax : echo [option(s)] [string(s)].
- echo command in linux is a built-in command in the bash to print the string after the command.
- For Example echo "Testing echo command " will print the message 'Testing echo command' in the terminal in linux.
Tags
Linux Ping Command, Test Connectivity, Network Command Linux