their is a file1,file2 and i want to append file1 data to
file2?
Answer Posted / dimpi
cat file1 >> file2
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is the comma to show the space allocation of files?
Why is it called a shebang?
What does awk stand for?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What are bash commands?
Explain command to display different lines that are found when compare two files?
What is the use of tee command?
What is a command and examples?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What is the significance of the 'tee' command?
How does pipe () work?
Enumerate some of the most commonly used network commands in unix?
What is updatedb?
What is the difference between grep and grep?
How do I use nslookup?