How to decrypt multiple files in a directory with gpg

gpg

I have a directory with multiple .gpg files, all encrypted with the same passphrase. How can I decrypt them all without entering the passphrase over and over?

Best Answer

It seems like this does the trick:

gpg --decrypt-files *.gpg