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
What is the pipe command?
Can you enlist some commonly used network commands?
What is s and g in sed command?
What is $0 bash?
Name the various commands that are used for the user information in unix.
Which command is used to delete all files in the current directory and all its sub-directories?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What are awk commands?
How does shebang work?
How can we use grep command in unix?
Enlist some filename manipulation commands in unix.
Is it inbetween or in between?
How do I use grep to search for a file?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
what is the advaantage of each user having its own copy of the shell?