On Friday 06 February 2009, Chris Babcock wrote: > On Wed, 4 Feb 2009 06:11:32 -0800 (PST) > > raj raj <[email protected]> wrote: > > Is there are command to supress these 2 lines. > > gpg: Signature made using DSA key ID > > gpg: Good signature xxxxxx.com
It would help if you'd tell us why you want to suppress those 2 lines. > Add "'" | grep -v "Signature made" | grep -v "Good signature" "'" to > the end of the command. Using "grep -v" inverts the match so only > lines that do *not* contain the matching text are passed to stdout. > > Of course that's no help for Windows, but... It's also no help on other OS because those grep's would also eliminate the two above lines. I think a much better solution is usage of --status-fd or --status-file (--status-file /dev/null ?). Regards, Ingo
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
