I have a list of files that I want to encrypt to files with ".pgp" extension 
because my clients are incapable of changing to ".gpg".

The following creates multiple files "IBK*.gpg" from the source files 
"IBK*.txt":
gpg --homedir /home/wsc_gpg/.gnupg --always-trust --force-mdc --batch --yes -r 
<pgpkey> -e "IBK*.txt"

I know that I can force it do one file at a time by specify the -option, but I 
would really like to do something like:
gpg --homedir /home/wsc_gpg/.gnupg --always-trust --force-mdc --batch --yes -r 
<pgpkey>--output *.pgp  -e "IBK*.txt"

Is this doable?

Ira Kirschner * CIO * Wall Street Concepts * Capital Markets * SunGard * 59 
Maiden Lane, 32nd Floor, New York, NY 10038 *
Direct (646) 445-1087 * Tel (646) 445-1099 ext 1087 * Mobile (917) 847-1686 * 
ira.kirsch...@sungard.com<mailto:ira.kirsch...@sungard.com> * 
www.sungard.com<http://www.sungard.com/>

[Description: Description: Description: Description: 
coc-signature-03-2012]<http://www.capitalize-on-change.com/?email=70150000000Y1Et>

Join the online conversation with SunGard's customers, partners and Industry 
experts and find an event near you at: 
www.sungard.com/ten<http://www.capitalize-on-change.com/?email=70150000000Y1Et>.

CONFIDENTIALITY: This e-mail (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited.  If you receive this e-mail in error, please 
notify the sender and delete this e-mail from your system.

<<inline: image001.gif>>

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to