
echo command in Linux –
echo command in Linux is used to display a string provided by the user.
echo [option] [string]
let’s say we want to print lifewithdata.com to the screen.

echo command options –
There are various options that you can use with the echo command. You can find it using the help command.
help echo
