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 does the command '$ls | wc –l > file1' do?
What is the size of time_t?
How many unix commands are there?
What is awk good for?
what is the advaantage of each user having its own copy of the shell?
What is the unix command to confirm a remote host is alive or not?
What is merge command in unix?
What do chmod, chown, chgrp commands do?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Name the various commands that are used for the user information in unix.
What does awk stand for?
Which command is used to kill the last background job?
Can you explain a little bit about command substitution?
Which command can you use to find the currently running process in unix server?
How does shebang work?