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 does find command return in unix?

592


What is the difference between cat command and more command?

599


Is command prompt unix?

582


What is unix command line?

606


What do chmod command do?

603






How do I delete files from command prompt?

549


Who wrote grep?

580


Name the general commands in using unix os for a beginner?

623


How do you repeat a command in terminal?

590


Name the various commands that are used for the user information in unix.

539


why metadb requires a seperate slice to create Solaris volume manager

2554


Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?

590


What are grep patterns?

578


What is ctrl d?

594


How do you grep a case insensitive?

538