March 15, 2009

Patching files

Filed under: linux — @ 21:48

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

No Comments

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment