Thanks Holger & Werner for giving me your kind help.
Can you please help how to implement what Werner has suggested
Here is the command what i am using
gpg -q -d abc.gpg
What would i need to implement in your way - using gpg 2>/dev/null
Can you please guide me.
Thanks,
Umesh
On Sun, F
On Sun, 6 Feb 2011 10:57, holger.naet...@mac.com said:
> As far as I understand the manual page of gpg2, it should be the option
> "--no-tty" to be used.
No. For all kind of unattended use you need to pass the option
"--batch". "--no-tty" doesn't harm if used along with --batch, but it
is not
Am 03.02.2011 um 18:52 schrieb hare krishna:
> Hi,
>
> Can some please help me how to avoid these messages whenever the gpg files is
> decrypted. Here are the messages
>
> gpg: Signature made Wed Feb 02 14:26:25 2011 PST using DSA key ID BD6608B2
> gpg: Good signature from "umesh (GPG encryptio
Hi,
Can some please help me how to avoid these messages whenever the gpg files
is decrypted. Here are the messages
gpg: Signature made Wed Feb 02 14:26:25 2011 PST using DSA key ID BD6608B2
gpg: Good signature from "umesh (GPG encryptionl) "
It is printing in logs everytime. Please advice what s