what will this do $cat > file.c ?(file.c is a file in
current directory)
Answer Posted / koti
it will create the file with file.c name and at the same time
sdd some data in this file.it means we can file with data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Name the general commands in using unix os for a beginner?
Describe the zip/unzip command using gzip.
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What are grep patterns?
What is grep r?
How do I use grep to find a file?
What is the command to find hidden files in the current directory?
What does this command do? Cat food 1 > kitty
What is grep in bash?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is $0 bash?
What is the use of the command 'ls -x chapter[1-5]' ?
Which unix command to make a new directory?
What is the search command in unix?
What does pipe () return?