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
What does the command '$ls | wc –l > file1' do?
How do I search for a file in unix command?
Why is awk called awk?
Explain ‘system calls’ with respect to unix commands?
What will the following command do?
What is the comma to show the space allocation of files?
Which command can you use to find the currently running process in unix server?
What is “chmod” command?
Is command prompt unix?
Which command is used to find whether the system is 32 bit or 64 bit?
Explain the steps that a shell follows while processing a command.
Why is grep called grep?
What are the general commands in using unix os for a beginner?
What is the difference between grep and grep?
Explain mount and unmount command.