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 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... Chris
signature.asc
Description: PGP signature
_______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
