what will this do $cat > file.c ?(file.c is a file in
current directory)
Answer Posted / prakash reddy
if file.c exists in current directory, entire content will
be erased, if it is not present a new file by the name
file.c is created
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the general format of unix command syntax?
What is $0 bash?
What is rmdir command?
Using unix command how to display no of records in oracle?
Why is awk called awk?
Describe the usage and functionality of the command rm –r * in unix?
What is the use of find command in unix?
What is a bash 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)?
Explain command to display different lines that are found when compare two files?
Explain mount and unmount command.
How does shebang work?
What does this command do? Cat food 1 > kitty
What is unix command line?
What is the function of grep command in unix?