Tuesday December 10, 2002
10:58 AM
Straight, no chaser
I have to confess : today I fixed a bug in an AIX executable by patching it with perl -i -pe 'BEGIN{undef$/}s/.../.../'. (At least this way I didn't have to recompile and transfer a 350-k file over a slow dialup line.)
Another way to say that (Score:2)
rsync? (Score:1)
Why not
rsyncthe old remote file to be identical to your corrected local copy?Re:rsync? (Score:2)