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
Can you explain a little bit about command substitution?
How can we use grep command in unix?
Why is awk called awk?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is awk good for?
How do I search for text in vi?
What is the command to find maximum memory taking process on the server?
What is the difference between grep and grep?
What's a command word?
How do you grep a case insensitive?
Why is it called grep?
Who command in unix operating system?
Write a command to display a file’s contents in various formats?
Who wrote grep?
Which command can you use to find the currently running process in unix server?