Detached signature on multiple files?

Anthony E. Greene agreene@pobox.com
Sun Aug 11 18:24:01 2002


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 10-Aug-2002/16:29 -0500, Greg Strong <gw_goldwing@gwstrong.com> wrote:
>Now when I run the command "gpg --batch -sb *.doc" from a Win98 DOS box,
>gpg doesn't ask for the password, but it only signs 1 of 4 files that
>meet the *.doc syntax.
>
>Is GPG capable of signing multiple files with 1 command from a DOS box
>in Win98?

No. You have to run gpg once for each file. You can use a batch file with
a FOR loop. You can do this on the command line in a *nix shell.

for docfile in `ls *.doc`; do gpg --detach-sign $docfile; done

Tony
- -- 
Anthony E. Greene <mailto:Anthony%20E.%20Greene%20%3Cagreene@pobox.com%3E>
OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
AOL/Yahoo Messenger: TonyG05    HomePage: <http://www.pobox.com/~agreene/>
Linux. The choice of a GNU generation <http://www.linux.org/>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Anthony E. Greene <mailto:agreene@pobox.com> 0x6C94239D

iD8DBQE9Vo+8pCpg3WyUI50RAgryAJ9KkRPyFNloUSHnUd/h4UenYmQjAgCffBOZ
nVUv2/rcHHpo1NNfR8TeIGs=
=wdUy
-----END PGP SIGNATURE-----