Re: recursive gpg

2008-08-08 Thread Patrick Brunschwig
David SMITH wrote: > On Thu, Aug 07, 2008 at 09:54:13AM -0600, Eliot, Christopher wrote: >> gpg `find . -type f` >> will get you pretty close. > > Close, but if you've got lots of files, you'll hit the maximum command > line length limit. You have these two options: a) find . -type f -excec gpg

Re: recursive gpg

2008-08-07 Thread David SMITH
On Thu, Aug 07, 2008 at 09:54:13AM -0600, Eliot, Christopher wrote: > gpg `find . -type f` > will get you pretty close. Close, but if you've got lots of files, you'll hit the maximum command line length limit. -- David Smith| Tel: +44 (0)1454 462380Home: +44 (0)1454 616963 STMicroel

recursive gpg

2008-08-07 Thread Eliot, Christopher
gpg `find . -type f` will get you pretty close. Topher Eliot [EMAIL PROTECTED] [] > Dear List Members, > > Do you happen to know how to use gpg recursively on a > directory, similarly > to "gzip -r" and "gunzip -r" ? > > Thanks. ___ Gnupg-users mai

recursive gpg, as in gzip -r

2008-08-07 Thread Farkas, Illes
Dear List Members, Do you happen to know how to use gpg recursively on a directory, similarly to "gzip -r" and "gunzip -r" ? Thanks. ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: recursive gpg, as in gzip -r

2008-08-07 Thread David SMITH
On Thu, Aug 07, 2008 at 03:49:52PM +0200, Farkas, Illes wrote: > Do you happen to know how to use gpg recursively on a directory, similarly > to "gzip -r" and "gunzip -r" ? find -type f -exec gpg --encrypt-files '{}' --recipient \; HTH... -- David Smith| Tel: +44 (0)1454 462380Hom