what will this do $cat > file.c ?(file.c is a file in
current directory)
Answer Posted / manikya girish
if we consider the command as cat > file.c
If we run this command the user gets back the control and he
needs to type something and once done, hit Ctrl+C to come
out of the scope. Whatever you have typed after executing
the command will be there in the file file.c
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What is the first character of the output in ls l command?
Which command is used to kill the last background job?
What is “chmod” command?
What is the unix command to confirm a remote host is alive or not?
What is the command to view process running?
What is the search command in unix?
Which command is used to create a directory?
Which command is used to copy files?
What is merge command in unix?
What is the use of find command in unix?
What does awk stand for?
What is {} in find command?
What is awk good for?
What is nr in awk command?
How to use grep command to list find the records of a file containing 10 different strings?