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 |
What happens on a system call?
What is INODE?
Please give me example of " at command , contrab command " how to use
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.
What is the use of script interpreter in shell scripting?
Write a script to print the first 10 elements of fibonacci series.
What does .sh file contain?
what is the difference between cmp and diff commands
What are the advantages of using shell scripts?
write a program to display all the files from the current directory which are created in particular month
What does echo $0 do?
What is awk in shell script?