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 do chgrp command do?

597


What does the command ' $who | sort –logfile > newfile' do?

774


How do you grep recursively?

562


Which command is used to delete all files in the current directory and all its sub-directories?

674


What is the command to view process running?

578






Write a command to display a file’s contents in various formats?

631


What happens when we execute a unix command?

602


What are the commands in UNIX to list the files in a Directory?

622


What are file commands?

657


How do I run a bash script?

588


Explain ‘library functions’ with respect to unix commands?

606


What is the difference between grep and grep?

572


What is ‘ps’ command for?

620


What is $0 bash?

653


What do chown command do?

537