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
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
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
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
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