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 do I run a bash script?
Can you explain a little bit about command substitution?
Which command is used to find whether the system is 32 bit or 64 bit?
What do know about tee command and its usage?
Is grep faster than awk?
What does the command '$ls | wc –l > file1' do?
Which command should you use to find the remaining disk space in unix server?
What is the command to compare two files in unix?
What is grep r?
What is merge command in unix?
What is the command to find hidden files in the current directory?
What are the differences among a system call, a library function, and a unix command?
What is command statement?
What is the use of egrep command in unix?
Describe the usage and functionality of the command rm –r * in unix?