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 significance of the 'tee' command?
Explain command to show the space allocation of files?
What does this command do? Cat food 1 > kitty
What is the command to compare two files in unix?
What does the metacharacter mean?
Are you in or at the office?
Describe the usage and functionality of the command rm –r * in unix?
How do you grep a case insensitive?
How do I find previous commands in unix?
What is the difference between awk and grep?
What is .sh file?
What command is used to switching between users in unix?
What is the pipe command?
Write a command to display a file’s contents in various formats?
What is command substitution?