what will this do $cat > file.c ?(file.c is a file in
current directory)
Answer Posted / rohit
First of all it is 'cat' command '$' is representing the
shell on which this command will be executed.
After execution of this command the system will expect you
to type in the contents of the file and then press the Ctrl-
d to terminate. The text you typed in will be stored in
file.c file.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a bash command?
What is unix command line?
Are you in or at the office?
What is awk command used for?
What is grep command in unix with examples?
What are awk commands?
What is the command to find hidden files in the current directory?
What is unix command?
What are bash commands?
hw will u use awk in replacing cahrs and files
how to sort the content of the file based on numeric values
What does grep v do?
Why is grep called grep?
What are the unix commands?
Explain how to use grep command to list find the records of a file containing 10 different strings?