Diff
Jump to navigation
Jump to search
Overview
Linux diff 명령어 내용 정리
patch file 만들기
$ diff -Naur <org_file> <changed_file> > simple.patch
Linux diff 명령어 내용 정리
$ diff -Naur <org_file> <changed_file> > simple.patch