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 is the comma to display different lines that are found when compare two files?
Who invented grep?
Which command is used to delete all files in the current directory and all its sub-directories?
Which command can you use to find the currently running process in unix server?
What is the use of the tee command?
What do chmod command do?
Describe the zip/unzip command using gzip.
What are the unix commands?
Is grep faster than awk?
What is the significance of the 'tee' command?
What do know about tee command?
Describe the usage and functionality of the command rm –r * in unix?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is {} in find command?
What does grep v do?