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 do chgrp command do?
What is awk command used for?
Why is shebang used?
What is merge command in unix?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What is grep r?
What is the search command in unix?
What is ctrl d?
Enlist some filename manipulation commands in unix.
Name the unix command to find how many days the server has been up.
What is awk good for?
What is difference between grep and find command in unix?
How does shebang work?
Which command is used to find whether the system is 32 bit or 64 bit?
what is the advaantage of each user having its own copy of the shell?