Diff: Difference between revisions

From 탱이의 잡동사니
Jump to navigation Jump to search
(Created page with "== Overview == Linux diff 명령어 내용 정리 == patch file 만들기 == <pre> $ diff -Naur <org_file> <changed_file> > simple.patch </pre> category:Command")
 
No edit summary
Line 7: Line 7:
</pre>
</pre>


[[category:Command]]
[[category:command/utility]]

Revision as of 08:37, 25 July 2016

Overview

Linux diff 명령어 내용 정리

patch file 만들기

$ diff -Naur <org_file> <changed_file> > simple.patch