in unix echo is used for

Answer Posted / shaishaw

echo is used for
........................
1> Displaying the message
$ echo "xyz"
xyz

2> Displaying the content of the variable
$ x=5
$ echo x=$x;
x=5

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What will the following command do?

615


What do chmod command do?

600


What is the function of grep command in unix?

586


What is the use of awk command in unix?

579


What is the use of find command in unix?

577






What does the command '$ls | wc –l > file1' do?

678


Who wrote grep?

579


What is used to type command?

539


What does awk stand for?

603


What is merge command in unix?

942


Which command can you use to find the currently running process in unix server?

586


What happens when we execute a unix command?

597


What are bash commands?

588


What is the nmap command?

581


What are file commands?

650