This is an archive of past FreeBSD releases; it's part of the FreeBSD Documentation Archive.
Los sistemas BSD mas modernos tienen una opcion -b
para partir
que les permite partir los ficheros en tamanyos arbitrarios.
Aqui hay un ejemplo de /usr/src/Makefile
.
bin-tarball: (cd ${DISTDIR}; \ tar cf - . \ gzip --no-name -9 -c | \ split -b 240640 - \ ${RELEASEDIR}/tarballs/bindist/bin_tgz.)