what will this do $cat > file.c ?(file.c is a file in
current directory)
Answer Posted / ram
It will allow you to create file.c ( if file.c is
available, it will be overwritten with new data )
| Is This Answer Correct ? | 73 Yes | 6 No |
Post New Answer View All Answers
What is unix command line?
What command is used to check the current users?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Explain mount and unmount command.
What is the general format of unix command syntax?
How do I clear my terminal history?
how to sort the content of the file based on numeric values
Which command can you use to find the currently running process in unix server?
How do you grep recursively?
What is a bash command?
How do I use grep to search for a file?
Write a command that will display files in the current directory, in a colored, long format.
What command is used to switching between users in unix?
What does pipe () return?
How can we use grep command in unix?