what will this do $cat > file.c ?(file.c is a file in
current directory)
Answer Posted / koti
it will create the file with file.c name and at the same time
sdd some data in this file.it means we can file with data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is nr in awk command?
Which command is used to delete all files in the current directory and all its sub-directories?
Why is it called grep?
Which command should you use to find the remaining disk space in unix server?
What does find command return in unix?
What is the difference between cat and more command?
What is sed awk grep?
What are the differences among a system call, a library function, and a unix command?
What command is used to switching between users in unix?
Why is grep called grep?
Is grep faster than awk?
What does sed command do in unix?
Explain command to view process running?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How do I run a bash script?