What is the use of echo in shell script?



What is the use of echo in shell script?..

Answer / Neha Saini

The 'echo' command in shell script is used to display or print text on the terminal screen. It allows the user to output messages, variables, or the result of commands as a part of a shell script.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Shell Script Interview Questions

What happens on a system call?

1 Answers  


What is INODE?

2 Answers  


Please give me example of " at command , contrab command " how to use

1 Answers  


I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.

1 Answers  


What is the use of script interpreter in shell scripting?

3 Answers  


Write a script to print the first 10 elements of fibonacci series.

1 Answers  


What does .sh file contain?

1 Answers  


what is the difference between cmp and diff commands

2 Answers   Amazon, CTS,


What are the advantages of using shell scripts?

1 Answers  


write a program to display all the files from the current directory which are created in particular month

6 Answers  


What does echo $0 do?

1 Answers  


What is awk in shell script?

1 Answers  


Categories