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
Which command is used to copy files?
What is the pipe command?
Which command will print your home directory on screen?
What is time_t?
What is updatedb?
How do I use nslookup?
What do chown command do?
How to find $ai_serual resolved path by using unix
Explain the steps that a shell follows while processing a command.
How do I use grep to search for a file?
What does grep v do?
Which command is used to restrict incoming messages?
Is ‘du’ a command? If so, what is its use?
What is the command to find hidden files in the current directory?
How do I find previous commands in unix?