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


Please Help Members By Posting Answers For Below Questions

What is the significance of the 'tee' command?

596


What is command statement?

541


What is unix command?

584


Explain the steps that a shell follows while processing a command.

681


What is the difference between awk and grep?

559






Why is grep called grep?

777


How do you grep a case insensitive?

538


Is grep faster than awk?

557


What is the use of egrep command in unix?

624


What difference between cmp and diff commands?

722


What is the comma to display different lines that are found when compare two files?

593


What is the command to find maximum memory taking process on the server?

670


What does grep v do?

557


Write a command that will display files in the current directory, in a colored, long format.

683


hw will u use awk in replacing cahrs and files

2730