faulty behavior of gpg --export string1
Darxus@ChaosReigns.com
Darxus@ChaosReigns.com
Sun, 17 Dec 2000 12:53:12 -0500
--opJtzjQTFsWo+cga
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
When I do "gpg --list-keys string", it lists every key containing "string"
in the name or email address.
But when I do a "gpg --export string", it only exports the first key
that matches "string". The easiest way I've found to test this is=20
"gpg --export string | gpg", which will list the names of all the keys
that you exported.
So to achieve the same functionality I'm looking for from "gpg --export
string", I have to do something like:
gpg --export `gpg --list-keys string | grep ^pub | cut -d'/' -f2 | cut -d' =
' -f1`
--=20
http://www.ChaosReigns.com
--opJtzjQTFsWo+cga
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE6PP2If7Wwvg6f+HkRAu7zAJ9f+Jsh13KNTSBwRA7Px8fnSbJxigCfT9VQ
EB29Q3mHFnLGaaDfJacfqnE=
=zOkO
-----END PGP SIGNATURE-----
--opJtzjQTFsWo+cga--
--
Archive is at http://lists.gnupg.org - Unsubscribe by sending mail
with a subject of "unsubscribe" to gnupg-users-request@gnupg.org