Walt Mankowski on 3 Feb 2005 15:38:38 -0000 |
On Thu, Feb 03, 2005 at 10:35:18AM -0500, Michael C. Toren wrote: > On Thu, Feb 03, 2005 at 10:13:49AM -0500, Jeff Abrahamson wrote: > > How can I determine which of the these subkeys I have signed? > > Perhaps try: > > gpg --list-sigs 1e4cd1e8 | egrep '^(pub|uid|rev|sub|sig.*jeff)' > > Or: > > gpg --list-sigs 1e4cd1e8 | egrep '^(pub|uid|rev|sub|sig.*jeff)' | grep -B1 jeff If you're looking for a way to find the subkeys programmatically, you might try adding the "--with-colons" option. That makes it harder to read, but a bit easier to parse. Walt Attachment:
signature.asc ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|