On Thu, 23 Jun 2005 17:40:36 +0200, Konrad Mathieu said:

> I have to adapt a shell script to work with GPG instead of PGP and it 
> contains the -f option for acting like a filter. Actually,

There is no need for such an option because gpg, being a good Unix
citizen, does this by default.

> the full command is: pgp -f -ea rvsdata 
> How do I make gpg behave exactly the same?

Either:

   gpg -ea <rvsdata

or

   gpg -ea --output - rvsdata


Salam-Shalom,

   Werner


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

Reply via email to