Answer Posted / swetcha
The echo command echoes its arguments
Another important use of the echo command is to toggle
echoing of commands on and off in batch files.
echo on turns on echoing of commands
echo off turns off echoing of commands
| Is This Answer Correct ? | 6 Yes | 19 No |
Post New Answer View All Answers
What is the command to find hidden files in the current directory?
What are the differences among a system call, a library function, and a unix command?
How to find $ai_serual resolved path by using unix
What does touch command do in unix?
Which command is used to find whether the system is 32 bit or 64 bit?
Which command is used to delete all files in the current directory and all its sub-directories?
Explain the steps that a shell follows while processing a command.
How to display no of records in oracle using unix command?
Name the various commands that are used for the user information in unix.
Explain command to display different lines that are found when compare two files?
Why is grep called grep?
Is grep faster than awk?
How do I use grep to find a file?
What is used to type command?
How do you grep recursively?