-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
chris wrote:
| I am wanting to create a bz2 arcive of some files but without adding | mpg's. Anyone know a command or program that I can do that with.
bz2 isn't an archiving program; it's a compression program. "tar" is the the most common archiver for linux -- you can tell it to use bzip2 to compress the archive by using the "j" switch. E.g.:
~ tar jcvf myarchive.tar.bz2 whatever/*
- --
- -John Thompson (john@xxxxxxxxxxx) ~ Appleton WI USA -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBiAnojXa7jixmuZsRAhDEAJ47bXkruqMftVPqpK6wRg7t+w90dACg2sxZ ebI9IJYET4WnCQp+iVqDzi8= =VHDn -----END PGP SIGNATURE-----