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 difference between cat command and more command?
What is in grep command?
Which unix command lists files/folders in alphabetical order?
What is time_t?
What do chmod command do?
What is the functionality of a top command?
What is the comma to display different lines that are found when compare two files?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Why is it called grep?
What does the md command do?
What is the behavioural difference between cmp and diff commands?
What is the function of grep command in unix?
What is the use of egrep command in unix?
What's a command word?
What do know about tee command?