Batch gpg Decrypt and Unzip

In Linux:

To batch decrypt with gpg:

echo {yourpassphrase} | gpg --passphrase-fd 0 --decrypt-files *.pgp

To batch unzip:

unzip "*.zip"
This entry was posted in Linux General. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.