빅

패치 파일 만들어 보기

· 2012-05-10 (목) 16:36:53 · 569
 패치 파일 만들때 유용한 방법입니다. 
 
[root@linuxtip byoungguk]# vi test.1
-----
aaa
bbb
ccc
-----
[root@linuxtip byoungguk]# cp -pv test.1 test.1-orig
`test.1' -> `test.1-orig'
 
[root@linuxtip byoungguk]# vi test.1
-----
aaa
bbb
ccc
ddd      --->추가
-----
 
[root@linuxtip byoungguk]# diff -urN test.1-orig test.1 > test.1-new.diff
 
[root@linuxtip byoungguk]# vi test.1-new.diff
 
[root@linuxtip byoungguk]# cp -pv test.1-orig test.1
`test.1-orig' -> `test.1'
원래파일로 다시 복사하고
 
[root@linuxtip byoungguk]# patch < test.1-new.diff
patching file test.1
 
패치를 안한 상태로 원복할려면
 
[root@linuxtip byoungguk]# patch < test.1-new.diff -R
patching file test.1
 
|
댓글을 작성하시려면 로그인이 필요합니다.

팁게시판

6,077건

디자인과 관련된 유용한 정보를 공유하세요. 질문은 상단의 QA에서 해주시기 바랍니다.

+
제목 글쓴이 날짜 조회
12-05-13 조회 1,154
12-05-12 조회 1,564
12-05-11 조회 751
12-05-11 조회 4,610
12-05-11 조회 1,253
12-05-11 조회 605
12-05-11 조회 671
12-05-11 조회 821
12-05-11 조회 1,295
12-05-11 조회 588
12-05-10 조회 1,546
12-05-10 조회 1,780
12-05-10 조회 642
12-05-10 조회 570
12-05-10 조회 721
12-05-10 조회 2,319
12-05-10 조회 575
12-05-10 조회 719
12-05-10 조회 601
12-05-10 조회 616
12-05-10 조회 1,084
12-05-10 조회 1,257
12-05-10 조회 595
12-05-10 조회 718
12-05-10 조회 1,175