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 command statement?
What does pipe () return?
How do I search for text in vi?
How does shebang work?
What are the dos commands?
Can you explain a little bit about command substitution?
What do know about tee command?
How do you grep recursively?
What command is used to check the current users?
What is the use of sed command in unix?
What is grep command in unix with examples?
how to sort the content of the file based on numeric values
Explain command to view process running?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is the use of egrep command in unix?