in unix echo is used for

Answer Posted / shaishaw

echo is used for
........................
1> Displaying the message
$ echo "xyz"
xyz

2> Displaying the content of the variable
$ x=5
$ echo x=$x;
x=5

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between cat command and more command?

776


What is in grep command?

836


Which unix command lists files/folders in alphabetical order?

986


What is time_t?

766


What do chmod command do?

796






What is the functionality of a top command?

788


What is the comma to display different lines that are found when compare two files?

779


How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?

959


Why is it called grep?

737


What does the md command do?

760


What is the behavioural difference between cmp and diff commands?

858


What is the function of grep command in unix?

774


What is the use of egrep command in unix?

804


What's a command word?

788


What do know about tee command?

799