their is a file1,file2 and i want to append file1 data to
file2?
Answer Posted / roshni
cat file1 >> file2
| Is This Answer Correct ? | 54 Yes | 1 No |
Post New Answer View All Answers
What are awk commands?
What are reported commands?
What does sed command do in unix?
What is the use of sed command in unix?
What is {} in find command?
What do chmod command do?
What is the comma to display different lines that are found when compare two files?
Enlist some filename manipulation commands in unix.
How to display no of records in oracle using unix command?
How to use grep command to list find the records of a file containing 10 different strings?
What does 'mkdir' command do in UNIX?
What is the general format of unix command syntax?
How do you grep a case insensitive?
What is the use of cut command in unix?
Does cp command overwrite files?