what will this do $cat > file.c ?(file.c is a file in
current directory)
Answer Posted / suvarna
cat >file.c -- wait for input data....
If we type something and press ctrl+d, whatever we typed
would be saved to file.c
else if we press ctrl+c, the file remains unchanged.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How to find $ai_serual resolved path by using unix
How do you grep a case insensitive?
What is a bash command?
What are awk commands?
What is the use of awk command in unix?
What command will change your prompt to myprompt?
What is pipe command in unix?
What is grep and how do you use it?
Which command is used to restrict incoming messages?
What does find command return in unix?
Can you explain a little bit about command substitution?
What is the command to compare two files in unix?
What does the command ' $who | sort –logfile > newfile' do?
Who invented grep?
Explain ‘system calls’ with respect to unix commands?