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 is the unix command to confirm a remote host is alive or not?
Name the general commands in using unix os for a beginner?
How do I find previous commands in unix?
Why is grep called grep?
Explain ‘system calls’ with respect to unix commands?
What is nr in awk command?
Who command in unix operating system?
What does grep v grep do?
What is the search command in unix?
Explain the steps that a shell follows while processing a command.
Which command is used to copy files?
Differentiate cmp command from diff command.
What is the command to find hidden files in the current directory?
What does the command '$ls | wc –l > file1' do?
What is command statement?