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

How do I use grep to find a file?

828


What is in grep command?

871


How do I delete files from command prompt?

844


What is command statement?

811


What is the use of finger command?

861


What is the command to view process running?

824


How to display no of records in oracle using unix command?

832


What is ‘ps’ command for?

871


How to use grep command to list find the records of a file containing 10 different strings?

862


How to find $ai_serual resolved path by using unix

1287


What do chmod command do?

842


Enlist some filename manipulation commands in unix.

779


What is the difference between awk and grep?

833


What are the general commands in using unix os for a beginner?

832


Which command is used to restrict incoming messages?

816