what these two commands prints "echo test","cat test"?
Answer Posted / sivaji
"echo test", echo simply prints test.
"cat test" cat command will searches for a file as "test"
in the PWD. if it finds any file called "test", then it
will prints the contents of the test file. else will
through the error as file not exisiting
| Is This Answer Correct ? | 68 Yes | 4 No |
Post New Answer View All Answers
What is a command and examples?
What are filter commands in unix?
How can you see the command line history?
What is the significance of the 'tee' command?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Enumerate some of the most commonly used network commands in unix?
What is the difference between awk and grep?
What is the use of the tee command?
What is command substitution?
What is the first character of the output in ls l command?
What does 'mkdir' command do in UNIX?
How do I use grep to search for a file?
Which command will print your home directory on screen?
Why is it called a shebang?
What do chmod, chown, chgrp commands do?