Separate stdout and stderr

littleBrain naseer.t at gmail.com
Wed Jun 24 07:37:03 CEST 2009


Hi All,

I am newbie to GPG. 
I have got an application where it uses the following command to decrypt GPG
encrypted messages.

/usr/local/bin/gpg --no-tty --passphrase-fd 0 -d /tmp/testXXXXXX.gpg

This often (at least rarely) returns an error. One such example is:

Decrypted message body
=-=-=-=-=-=
----cut----
      }
!     sprintf(prime_arg, "%s to %s", prime_arg1, prime_arg2);

   gpg: Signature made Fri May 25 13:11:36 2007 PDT using DSA key ID
2E2F668E
gpg: Good signature from "Tom Yu <tlyu at mit.edu>"
gpg: WARNING: message was not integrity protected
   ret.code = KADM5_OK;
      if (! CHANGEPW_SERVICE(rqstp)) {
--- 573,586 ----
----cut----

=-=-=-=-=-=-=-=-=-

And I see, error and the decrypted message (stdOut??)  is spewed out in the
body.

I would like to separate these error messages to bottom of the message and
standard decrypted output to the top of the body.

Could someone please help me to use some command or a shell script to
achieve this?

Any help would be highly appreciated...

~
littleBrain
-- 
View this message in context: http://www.nabble.com/Separate-stdout-and-stderr-tp24178975p24178975.html
Sent from the GnuPG - User mailing list archive at Nabble.com.




More information about the Gnupg-users mailing list