EtiennePerot / parcimonie.sh

Refresh your GnuPG keyring without disclosing your whole contact list to the world
Do What The F*ck You Want To Public License
225 stars 15 forks source link

Add the -a option to grep #19

Closed gdetrez closed 8 years ago

gdetrez commented 8 years ago

I think this is related to issue #7: for some reason, grep consider the output of gpg --list-public-keys --fixed-list-mode --with-key-data as binary and skip outputing the matched lines. By adding the -a we force grep to consider the input as text.

EtiennePerot commented 8 years ago

Thanks!