what these two commands prints "echo test","cat test"?
Answer Posted / anil
echo "Test" ---echo function will print the given value
with in the quotes.
cat test ---- cats command first check the PWD given value
is there are not.if there it gives the content of values.if
not it will thorough the error.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is grep in bash?
What are the commands in UNIX to list the files in a Directory?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What does the command ' $who | sort –logfile > newfile' do?
How can you see the command line history?
How does pipe () work?
What do chgrp command do?
What does grep v do?
What happens when we execute a unix command?
Which command can you use to find the currently running process in unix server?
What is ‘ps’ command for?
What is the use of the tee command?
What command will change your prompt to myprompt?
Can you explain a little bit about command substitution?