How to make gpg2 to flush the stream?
- by Vi
I want to get some slowly flowing data saved in encrypted form at the device which can be turned off abruptly. But gpg2 seems to not to flush it's output frequently and I get broken files when I try to read such truncated file.
vi@vi-notebook:~$ cat
asdkfgmafl
asdkfgmafl
ggggg
ggggg
2342
2342
cat behaves normally. I see the output right after…