what these two commands prints "echo test","cat test"?
Answer Posted / gayathri
echo test just prints test while cat test gives the
contents of the file called test.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is grep and how do you use it?
What is the size of time_t?
What is used to type command?
What is the use of sed command in unix?
Explain the steps that a shell follows while processing a command.
Which unix command to make a new directory?
Name the unix command to find how many days the server has been up.
What is pipe command in unix?
How do you grep a case insensitive?
Name the general commands in using unix os for a beginner?
Is command prompt unix?
What is grep r?
How do I find previous commands in unix?
What is awk used for?
What is the use of the command 'ls -x chapter[1-5]' ?