gpg2 --decrypt-files *.gpg - fail, to creates appropriate files without .gpg extension.
gpg2 --decrypt-files *.gpg
.gpg
gpg2 --output - --decrypt-files *.gpg gpg: --output doesn't work for this command
How to do it?
Use gpg-agent and re-execute gpg2 for each file:
gpg-agent
gpg2
export GPG_AGENT_INFO=... for i in *.gpg; do gpg2 --batch -qd < $i done
This is a collaboratively edited question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.
Got a question about the site itself? meta is the place to talk about things like what questions are appropriate, what tags we should use, etc.
about » faq » meta »
tagged
asked
1 year ago
viewed
286 times
active
Get the weekly newsletter!
see an example newsletter