displaying decrypted plaintext on screen instead of output to file
Sven Radde
email at sven-radde.de
Fri Sep 9 07:14:59 CEST 2011
Am -10.01.-28163 20:59, schrieb vedaal at nym.hush.com:
> Is there an option in gnupg like the '-m' option in pgp which
> allows the display of decrypted plaintext on the screen instead of
> saving to file,
Use "-" as the output filename and pipe that into more/less/..., as in
gpg -o - file.gpg | more
It doesn't look too good if gpg's output includes metadata like "Good
signature from ...", though.
cu, Sven
More information about the Gnupg-users
mailing list