Diff

From 탱이의 잡동사니
Revision as of 23:08, 21 March 2016 by Pchero (talk | contribs) (Created page with "== Overview == Linux diff 명령어 내용 정리 == patch file 만들기 == <pre> $ diff -Naur <org_file> <changed_file> > simple.patch </pre> category:Command")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Linux diff 명령어 내용 정리

patch file 만들기

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