Chris Wrobel wrote:
> 
> I'm trying to compress a whole dir /mnt/cdrom/doc/HOWTO
> how do I do zip up a whole directory including all directories within
> it...
<snip>

If you want it to do the Unix way:
$ cd /mnt/cdrom/doc
$ tar cfz /path/to/howto.tar.gz HOWTO

If you really want to use zip:
$ cd /mnt/cdrom/doc
$ zip -rvu /path/to/hotwo.zip HOWTO

Marc

-- 
Marc Mutz <[EMAIL PROTECTED]>        http://marc.mutz.com/Encryption-HOWTO/
University of Bielefeld, Dep. of Mathematics / Dep. of Physics

PGP-keyID's:   0xd46ce9ab (RSA), 0x7ae55b9e (DSS/DH)


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to