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
What is the search command in unix?
How does the system know where one command ends and another begins?
Can you enlist some commonly used network commands?
Which command is used to restrict incoming messages?
What is command substitution?
What is awk command used for?
What does pipe () return?
Why is awk called awk?
What is the difference between grep and grep?
What command is used to switching between users in unix?
What is the command to find maximum memory taking process on the server?
Why is grep called grep?
Describe the zip/unzip command using gzip.
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Why is it called grep?