hello..

I am trying to append new data to a gpg log file id like to keep running.

Lets say i run

echo "line1" | gpg -z 0 -r [EMAIL PROTECTED] -e > testfile

is there a way to append to testfile and reparse/unencrypt later?

Concatenating to the file doesnt help:

echo "line2" | gpg -z 0 -r [EMAIL PROTECTED] -e >> testfile

Is there a clean way to go about this from the command line?  Another
packaging option (hopefully something with minimal overhead)?

Thanks!

Dave Kennedy
_______________________________________________
Gnupg-users mailing list
[email protected]
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to