Top Examples of echo command in Linux Guide for Beginners
echo command in Linux is mostly used in bash/shell scripting. It is not only useful for programmers but useful for other Linux user as well. echo command in Linux is used to display a line of text/string that is passed as an argument. You can use this command to print the value of a variable on … Read more