Hallo, how can I decrypt multiple files to stdout? I have two (or more) files, a.gpg and b.gpg, and want the equivalent of "gpg a.gpg; gpg b.gpg; cat a b" without the intermediate files.
"gpg --multifile --decrypt a.gpg b.gpg" does not work. The behaviour seems to differ from the manual. | [EMAIL PROTECTED] ~/rd> gpg --multifile --decrypt a.gpg b.gpg | | You need a passphrase to unlock the secret key for | user: "Nicolas Rachinsky <[EMAIL PROTECTED]>" 2048-bit ELG-E key, ID 46D2F6CE, created 2005-10-25 (main key ID 887BAE72) | | gpg: encrypted with 2048-bit ELG-E key, ID 46D2F6CE, created 2005-10-25 | "Nicolas Rachinsky <[EMAIL PROTECTED]>" | File `a' exists. Overwrite? (y/N) | --decrypt [file] | Decrypt file (or stdin if no file is specified) and write it | to stdout (or the file specified with --output). If the | decrypted file is signed, the signature is also verified. | This command differs from the default operation, as it never | writes to the filename which is included in the file and it | rejects files which don't begin with an encrypted message. And if there is no 'a' and no 'b', they are created. --output seems to be incompatible with --multifile. Nicolas -- http://www.rachinsky.de/nicolas _______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
