Hello folks,
In the FAQs there is section for getting the key ids used to encrypt a
message. However, I get an error when I run this code:
gpg --batch --decrypt --list-only --status-fd 1 2>/dev/null | awk
'/^\[GNUPG:\] ENC_TO / { print $3 }'
And here is the error:
Ambiguous output redirect.
Can anyone shed some light on this...
Thanks in advance
-r