what will this do $cat > file.c ?(file.c is a file in
current directory)
Answer Posted / nagarjuna@rvr
the cat command is used to create and append info to the
files. by using the cat>file.c we create the file file.c.
if it is already in the current directory then it erise the
old info and place the new info onto the file file.c.
| Is This Answer Correct ? | 29 Yes | 2 No |
Post New Answer View All Answers
Which command is used to find whether the system is 32 bit or 64 bit?
Why is it called a shebang?
What will the following command do?
How to find $ai_serual resolved path by using unix
How does the system know where one command ends and another begins?
Name the unix command to find how many days the server has been up.
What is sed awk grep?
Which command should you use to find the remaining disk space in unix server?
Explain command to show the space allocation of files?
What is unix command line?
What difference between cmp and diff commands?
What does the command '$ls | wc –l > file1' do?
Which command is used to kill the last background job?
What is the use of the tee command?
How to use grep command to list find the records of a file containing 10 different strings?