Closed gdetrez closed 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.
gpg --list-public-keys --fixed-list-mode --with-key-data
Thanks!
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.