在Linux下,diff与patch命令配合使用可以进行简单的代码维护工作. [A] diff diff命令用于比较文件的差异,可以用于制作patch文件.但此命令参数众多.格式多样,所以在此仅介绍较常用的格式. 例如有以下2个文件,源文件为old/test.txt,经修改后的新文件为new/test.txt,其内容分别如下: old/test.txt: This is the first line! This is the second line! This is the third line…