what will this do $cat > file.c ?(file.c is a file in
current directory)
Answer Posted / visu_kvg
it will show an error becuse here $cat will not work like
narmal cat command.$cat is not a command it is a variable
which should be defined prevously according to that the o/p
will depend.
| Is This Answer Correct ? | 10 Yes | 35 No |
Post New Answer View All Answers
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is command substitution?
Can you explain a little bit about command substitution?
What is the use of egrep command in unix?
What are filter commands in unix?
What is the use of cut command in unix?
What are file commands?
What is command statement?
What are the commands in UNIX to list the files in a Directory?
Give the command for finding the current date.
What is the behavioural difference between cmp and diff commands?
What is the pipe command?
What is the comma to display different lines that are found when compare two files?
Which command is used to find whether the system is 32 bit or 64 bit?
What do know about tee command and its usage?