patch的基本使用
摘要:diff -ruN old/ new/ > your_patch_file 生成new和old的patch patch -p2 < your_patch_file #跳过patch的filename的前2级,然后apply到当前目录 patch -RE -p2 your_patch_file # r
阅读全文
posted @ 2021-12-18 12:02
posted @ 2021-12-18 12:02
posted @ 2021-11-01 15:30