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
How does pipe () work?
What does the md command do?
What is the first character of the output in ls l command?
What is $0 bash?
What is grep r?
What is sed awk grep?
Which command is used to delete all files in the current directory and all its sub-directories?
What does the command ' $who | sort –logfile > newfile' do?
What do chmod command do?
What is the size of time_t?
What is the behavioural difference between cmp and diff commands?
What is pipe command in unix?
Enlist some filename manipulation commands in unix.
Why is shebang used?
What does pipe () return?