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
Name the various commands that are used for the user information in unix.
What is the difference between cat and more command?
What does grep v grep do?
Which command is used to find whether the system is 32 bit or 64 bit?
What is command statement?
What does awk stand for?
hw will u use awk in replacing cahrs and files
What is awk good for?
Who command in unix operating system?
What is .sh file?
How do I search for a file in unix command?
What is merge command in unix?
Which command is used to restrict incoming messages?
Explain command to display different lines that are found when compare two files?
What does the “echo” command do?