Computer Science, asked by emyshen9519, 1 year ago

Which command is used to combine mutiple files into single archieve in unix?

Answers

Answered by mouj1to10
0

Answer:

Replace newfile with a name for your newly combined single file. This command will add file1 , file2 , and file3 (in that order) to the end of destfile . Note: If you use > instead of >> , you will overwrite destfile rather than add to it.

Explanation:

Similar questions