On Fri, Jul 13, 2018 at 09:13:06AM +0000, J. Tull wrote: > It seems the usual way to supress the output of a command in linux is not > working for gpg2: > > $gpg2 -d my_file.gpg 2>/dev/null Have you tried "gpg -qd my_file.gpg" ?