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 difference between cat command and more command?
How do you repeat a command in terminal?
How do I search for text in vi?
What are the dos commands?
What does grep v do?
What is merge command in unix?
What does this command do,"$more readme.txt“?
What does touch command do in unix?
What is a command and examples?
Which unix command lists files/folders in alphabetical order?
What is the use of the command 'ls -x chapter[1-5]' ?
Which unix command to make a new directory?
How do I clear my terminal history?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is command statement?