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


Please Help Members By Posting Answers For Below Questions

Explain how to use grep command to list find the records of a file containing 10 different strings?

593


What is the nmap command?

583


Write a command to kill the last background job?

618


What do know about tee command and its usage?

586


How can you see the command line history?

584






How do I search a whole word in vim?

691


What is in grep command?

648


How do you repeat a command in terminal?

590


Explain ‘library functions’ with respect to unix commands?

604


What does find command return in unix?

592


What will the following command do?

615


What is the command to find hidden files in the current directory?

581


What does the “echo” command do?

624


What are bash commands?

591


What is the difference between cat and more command?

625