[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-bash] Is there a shell script or bash library for parsing gpg's --
From: |
Patrick Schleizer |
Subject: |
[Help-bash] Is there a shell script or bash library for parsing gpg's --status-fd output? |
Date: |
Wed, 14 Jan 2015 22:50:20 +0000 |
Hi!
Is there a shell script or bash library for parsing gpg's --status-fd
output?
I mean, I could code it myself. But why duplicate effort and risk
messing up. Maybe there is some existing or even recommended or even
official library to do this?
(What I mean by parsing is: to get from lines such as "[GNUPG:] GOODSIG
416..." to variables such as goodsig=true, fingerprint=416... and so forth.)
Cheers,
Patrick
- [Help-bash] Is there a shell script or bash library for parsing gpg's --status-fd output?,
Patrick Schleizer <=