Need a command to suppress

Ingo Klöcker kloecker at kde.org
Sat Feb 7 13:21:23 CET 2009


On Friday 06 February 2009, Chris Babcock wrote:
> 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

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
URL: </pipermail/attachments/20090207/27538b05/attachment.pgp>


More information about the Gnupg-users mailing list