Making patch file
by Emre Tugriceri on Dec.26, 2007, under Programming
Creating patch file with diff.
shell > diff -Naur old_file new_file > patch_file
shell > diff -Naur gazlo.pl gazlo_new.pl > gazlo.patch
shell > patch < gazlo.patch
Powered by ScribeFire.
No comments for this entry yet...