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 used to type command?
What is awk good for?
What is time_t?
What does awk stand for?
Is command prompt unix?
What does find command return in unix?
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)?
How do I search for text in vi?
How to find $ai_serual resolved path by using unix
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Write a command to display a file’s contents in various formats?
How do I find previous commands in unix?
What does pipe () return?
what is the advaantage of each user having its own copy of the shell?
What is awk used for?