Hmm... it seems to me that the only useful files to combine would be ASCII (text) files, and not binaries.
However, in *nix you can append files (what copy file1+file2 does in DOS) by typing this: cat file1 >> file2. I'm not sure whether the cp command has something similar (can't check now... at work).
|