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 the size of time_t?
How do I use nslookup?
Which command is used to find whether the system is 32 bit or 64 bit?
What is the functionality of a top command?
How do you grep a case insensitive?
What do know about tee command?
What is awk used for?
What is “chmod” command?
What is command substitution?
What is grep in bash?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is the difference between grep and grep?
What are awk commands?
What is the behavioural difference between cmp and diff commands?
What is the function of grep command in unix?