in reply to Re^3: Capture response from backticks to a file.in thread Capture response from backticks to a file.
system("gpg --trust-model always -er 12345678 my_file.txt 1>/dev/null +"); [download]