what will this do $cat > file.c ?(file.c is a file in
current directory)
Answer Posted / amudha
$cat > file.c
$cat is like a normal variable. since this variable is not
defined elsewhere it will not give any o/p.
In this part ">file.c" will create a new empty
file , 'file.c' in the current time stamp
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
What command is used to check the current users?
What is the difference between grep and grep?
What is the command to find maximum memory taking process on the server?
How do I use grep to search for a file?
What is the significance of the 'tee' command?
How do I run a whois command?
What is the first character of the output in ls l command?
What is the nmap command?
What are filter commands in unix?
Give the command for finding the current date.
What is the use of awk command in unix?
What is unix command?
Which command is used to kill the last background job?
Write a command to display a file’s contents in various formats?
Why is it called a shebang?