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 <directory> -type f -exec gpg --encrypt-files '{}' --recipient <name> \;

HTH...

-- 
David Smith        | Tel: +44 (0)1454 462380    Home: +44 (0)1454 616963
STMicroelectronics | Fax: +44 (0)1454 462305  Mobile: +44 (0)7932 642724
1000 Aztec West    | TINA: 065 2380          GPG Key: 0xF13192F2
Almondsbury        | Work Email: [EMAIL PROTECTED]
BRISTOL, BS32 4SQ  | Home Email: [EMAIL PROTECTED]

_______________________________________________
Gnupg-users mailing list
[email protected]
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to