In msdos you can do "copy /b part1 + part2 + part3 file.ext". How can this be done in linux?
In msdos you can do "copy /b part1 + part2 + part3 file.ext". How can this be done in linux?
Hmm... CAT command may do that...
Code:cat part* > file.ext
UMUNTU NGUMUNTU NGABANTU (UBUNTU): A person is a person through other persons
1 UBUNTU (x86) @ Home, 1 UBUNTU (ppc) @ iBook Laptop, 2 UBUNTUs (x86) @ University
ok thanks
IIRC there's a tool called chunk that seems to do the same.
chunk part.01 part.02 part.03 final
Bookmarks