Split file in Ubuntu
To create an archive and split it to 50M files:
tar zc fsl-rootfs/ | split -b 50m - "fsl-rootfs.tar.gz.part"
To uncompress it:
cat fsl-rootfs.tar.gz.part* | tar zxv
tar zc fsl-rootfs/ | split -b 50m - "fsl-rootfs.tar.gz.part"
To uncompress it:
cat fsl-rootfs.tar.gz.part* | tar zxv
留言
張貼留言