their is a file1,file2 and i want to append file1 data to
file2?
Answer Posted / praveen
cat file1 > file2
| Is This Answer Correct ? | 2 Yes | 16 No |
Post New Answer View All Answers
What is the difference between grep and grep?
What is in grep command?
What do chmod, chown, chgrp commands do?
How does the system know where one command ends and another begins?
What command is used to switching between users in unix?
Which command is used to kill the last background job?
What are the differences among a system call, a library function, and a unix command?
What are the general commands in using unix os for a beginner?
Can you explain a little bit about command substitution?
What does 'mkdir' command do in UNIX?
Which command is used to find whether the system is 32 bit or 64 bit?
Why is shebang used?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is $0 bash?
What is the general format of unix command syntax?