what these two commands prints "echo test","cat test"?
Answer Posted / durgesh srivastava
1. echo test is print test world as same it is in his
output.
2.cat test is show the contant of file test.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Which command is used to delete all files in the current directory and all its sub-directories?
What do know about tee command and its usage?
What is the pipe command?
How can we use grep command in unix?
Enumerate some of the most commonly used network commands in unix?
What does find command return in unix?
What is the difference between cat command and more command?
Differentiate cat command from more command.
Which unix command lists files/folders in alphabetical order?
What is time_t?
What is a bash command?
What is the search command in unix?
What is updatedb?
What is awk good for?
What does the command '$ls | wc –l > file1' do?