appending to gpg file?
David Kennedy
dmkennedy at gmail.com
Mon Nov 17 17:46:30 CET 2008
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 test at test.com -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 test at test.com -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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/attachments/20081117/34513bc4/attachment-0001.htm>
More information about the Gnupg-users
mailing list