Patching files
Just a small reminder on how to create patch files.
diff -u -p orig_file edited_file > file.patch
patch -p0 other_file file.patch
patch -p0 other_file file.patch
Just a small reminder on how to create patch files.
No comments yet.
RSS feed for comments on this post. TrackBack URL