Blog list

2011年7月25日 星期一

[記事] patch file


產生patch 檔
shell> diff -uN file1 file2 > file.patch

添加 Patch 到file2 上
shell> patch -p0 < file.patch

沒有留言:

張貼留言