what will this do $cat > file.c ?(file.c is a file in
current directory)
Answer Posted / guest
display the content of the file
| Is This Answer Correct ? | 4 Yes | 44 No |
Post New Answer View All Answers
Which command should you use to find the remaining disk space in unix server?
What is the use of cut command in unix?
Who invented grep?
How does pipe () work?
What does the metacharacter mean?
What is the behavioural difference between cmp and diff commands?
Which command is used to create a directory?
How to display no of records in oracle using unix command?
Who command in unix operating system?
Which command is used to find whether the system is 32 bit or 64 bit?
What is the command to find hidden files in the current directory?
How do I search for a file in unix command?
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)?
What is difference between grep and find command in unix?
What is sed awk grep?