Is there any option to rename the encrypted file in gpg? For example, when I encrypt a file (eg. file1.txt) I use the command
gpg --encrypt --sign --armor -r person@email.com file1.txt
What I want is to rename the encrypted file to something like enc-file1.txt
Is it possible?