Need a command to suppress

Chris Babcock cbabcock at kolonelpanic.com
Fri Feb 6 12:57:15 CET 2009


On Wed, 4 Feb 2009 06:11:32 -0800 (PST)
raj raj <kayraj1 at yahoo.com> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 489 bytes
Desc: not available
URL: </pipermail/attachments/20090206/5e05fb71/attachment.pgp>


More information about the Gnupg-users mailing list