what will this do $cat > file.c ?(file.c is a file in
current directory)
Answer Posted / nagarjuna@rvr
the cat command is used to create and append info to the
files. by using the cat>file.c we create the file file.c.
if it is already in the current directory then it erise the
old info and place the new info onto the file file.c.
| Is This Answer Correct ? | 29 Yes | 2 No |
Post New Answer View All Answers
What is the command to view process running?
What does sed command do in unix?
Why is grep called grep?
What is the search command in unix?
How do I use grep to search for a file?
What is the size of time_t?
Explain command to display different lines that are found when compare two files?
How does pipe () work?
What is the comma to display different lines that are found when compare two files?
What is the difference between grep and grep?
Describe the usage and functionality of the command rm –r * in unix?
Why is it called grep?
How does shebang work?
How do I use nslookup?
Does cp command overwrite files?