what will this do $cat > file.c ?(file.c is a file in
current directory)
Answer Posted / rohit
$cat > file.c, on executing this commnd, teh user is
required to manually terminate the execution of this
process, since cat command is expecting the input parameter
to read, but unable to locate so and also for the file.c,
the file et truncated.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the comma to show the space allocation of files?
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)?
What is the significance of the 'tee' command?
How to use grep command to list find the records of a file containing 10 different strings?
Which command is used to find whether the system is 32 bit or 64 bit?
Is grep faster than awk?
Explain command to view process running?
What are the general commands in using unix os for a beginner?
How does pipe () work?
Which command can you use to find the currently running process in unix server?
Write a command to display a file’s contents in various formats?
What do know about tee command?
What is the use of the tee command?
Differentiate cmp command from diff command.
What is the command to find hidden files in the current directory?