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

Is command prompt unix?

836


What is used to type command?

795


What is the unix command to confirm a remote host is alive or not?

853


What is nr in awk command?

839


What is the nmap command?

861


Who invented grep?

901


What are file commands?

919


What is command substitution?

953


How do you grep recursively?

817


Describe the usage and functionality of the command rm –r * in unix?

1651


What is the use of tee command?

830


Why is it called grep?

793


What do know about tee command and its usage?

898


What is grep and how do you use it?

831


What is “chmod” command?

815