On Sat, 07 Feb 2009 13:21:23 +0100
Ingo Klöcker <[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 you missed the meaning of suppress and/or invert. Might be a
language issue. 

Don't trust me. Test it on some text with a known good signature and
fix the targets if you get any unwanted matches.

Best,
Chris

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Gnupg-users mailing list
[email protected]
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to