| Walt Mankowski on Thu, 06 Mar 2003 00:30:33 -0500 |
|
On Wed, Mar 05, 2003 at 11:45:28PM -0500, gabriel rosenkoetter wrote:
> [1] Like how that was printed? I did that with:
>
> gpg --no-default-keyring --keyring ./phillylinux.gpg \
> | enscript -2r -MLetter --margins=::30:60
I'm guessing you must have typed that in from memory because there are
a few typos. First of all, the gpg command you gave doesn't do
anything; you need to add "--fingerprint" to actually get it to print
out the fingerprints.
Secondly, that enscript command complains that "Letter" isn't a known
media, at least on my box. You probably meant either "letter" or
"Letterdj".
Here's the version that worked on my box:
gpg --no-default-keyring --keyring ./phillylinux.gpg --fingerprint \
| enscript -2r -Mletter --margins=::30:60
Walt
Attachment:
pgpxfONZ3RCcy.pgp
|
|