On Thu, 13 May 1999, Steve Haslam wrote: > gpg --clearsign works, gpg --sign doesn't, seemingly. (ERROR: Nested > data has unexpected format. CTB=0xCB) > > (I did "gpg --no-options --load-extension rsa --load-extension idea \ > --clearsign -u 0x6494661D --secret-keyring ~/.pgp/secring.pgp \ > < testfile > testfile.out")
Try using cat, gpg may try to use fstat to get the file size.. Jason