11 ms·
> neither xz nor lzip can correct errors Speaking of which, is there even a unixy way of adding/applying error correction information to a stream or file? Ide
by popman 9y ago
> neither xz nor lzip can correct errors
Speaking of which, is there even a unixy way of adding/applying error correction information to a stream or file?
Ideally, one should be able to do this in a pipe.
- comex 9y agoI didn't know the answer, but I was interested so I googled it: https://unix.stackexchange.com/questions/170652/is-it-possible-to-add-error-correction-codes-bch-rs-or-etc-to-a-single-file https://unix.stackexchange.com/questions/170652/is-it-possib... Basically, you want the tool "par2".