
hah, managed to get rdiff working.. djeezes, it's a two pass technique, why don't they explain it in man page? rdiff signature ORI.file S.sig rdiff delta S.sig MODI.file D.rdiff or in one go: rdiff signature ORI.file | rdiff delta -- - MODI.file D.rdiff with ORI.file your original file MODI.file your modified file and D.rdiff as your diff file to patch: rdiff patch ORI.file D.rdiff it seems a bit more cumbersome than simply to do: diff ORI.file MODI.file > D.diff On Mon, 17 Aug 2009, Kenny Billiau wrote:
Hi,
anyone any idea how to diff two 13GB files without running out of memory? Apparently gnu diff loads both files into memory and compares :/
I've tried out rdiff from non-gnu, but I don't seem to be able to get it working :/
Any suggestions are welcome.
Kenny.
-- ================================================================== Kenny Billiau Web Developer Tel:+32 (0)9 331 36 95 fax:+32 (0)9 3313809 VIB Department of Plant Systems Biology, Ghent University Technologiepark 927, 9052 Gent, BELGIUM kenny.billiau@ugent.be http://bioinformatics.psb.ugent.be ================================================================== "What we feel isn't important. The only question is what we do." -- Rohl