Create a Zip archive instead man zip for more information
-e Encrypt the contents of the zip archive using a
password which
is entered on the terminal in response to a
prompt (this will
not be echoed; if standard error is not a tty
On Jan 10, 2008 4:39 PM, RICHARD FERNANDEZ <[EMAIL PROTECTED]> wrote:
> Hi folks,
>
> I'm writing a script that basically creates a bunch of files, packages
> them up (tar/gz), and mails them out.
> I can handle all of that, but before I mail them I also have to password
> protect the archive like
Hi folks,
I'm writing a script that basically creates a bunch of files, packages
them up (tar/gz), and mails them out.
I can handle all of that, but before I mail them I also have to password
protect the archive like pkzip does.
I really don't want to shell out to pkzip if I can avoid it.
I check