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
Is command prompt unix?
What is used to type command?
What is the unix command to confirm a remote host is alive or not?
What is nr in awk command?
What is the nmap command?
Who invented grep?
What are file commands?
What is command substitution?
How do you grep recursively?
Describe the usage and functionality of the command rm –r * in unix?
What is the use of tee command?
Why is it called grep?
What do know about tee command and its usage?
What is grep and how do you use it?
What is “chmod” command?