Answer Posted / sangu
echo is also used to append the data or overwrite the data
for the existing file.
eg1:
echo "string" > filename --- overwrite the data in the
file
eg2:
echo "string" >> filename --- append the string in the
file.
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
What is grep short for?
Why is awk called awk?
What is nr in awk command?
What is grep r?
What is sed awk grep?
Differentiate cmp command from diff command.
What is command statement?
What is the difference between cat and more command?
How to use grep command to list find the records of a file containing 10 different strings?
What will the following command do?
What is time_t?
What does find command return in unix?
Describe the usage and functionality of the command rm –r * in unix?
What does the metacharacter mean?
What is the functionality of a top command?