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
How do I find previous commands in unix?
Which unix command lists files/folders in alphabetical order?
How does pipe () work?
Describe the usage and functionality of the command rm –r * in unix?
Which command can you use to find the currently running process in unix server?
What are the dos commands?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is time_t?
Which command is used to copy files?
What does the command ' $who | sort –logfile > newfile' do?
What is the difference between cat command and more command?
What are some command words?
Who wrote grep?
What is unix command?
Differentiate cat command from more command.