splitting and merging two files in linux

Posted by jack on Super User See other posts from Super User or by jack
Published on 2010-05-29T03:25:13Z Indexed on 2010/05/29 3:33 UTC
Read the original article Hit count: 242

Filed under:

Hi

My first question is how to split two files like

big.zip.1 big.zip.2

then, my second is how to merge them like windows

in windows, i can use copy /b

in linux,

cat big.zip.1 > big.zip cat big.zip.2 >> big.zip

?

© Super User or respective owner

Related posts about linux