what these two commands prints "echo test","cat test"?
Answer Posted / gayathri
echo test just prints test while cat test gives the
contents of the file called test.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Who wrote grep?
How can you see the command line history?
How can we use grep command in unix?
What is awk command used for?
How do I clear my terminal history?
What is a bash command?
Who command in unix?
What command will change your prompt to myprompt?
What is command substitution?
How do I run a whois command?
What does the metacharacter mean?
Why is awk called awk?
What is the use of cut command in unix?
What does 'mkdir' command do in UNIX?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?