1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

diffstat : Add Korean Translation (#3729)

This commit is contained in:
Proscream 2020-01-04 02:24:27 +09:00 committed by Iván
parent 29b3ab40a1
commit a907d99121

View file

@ -0,0 +1,11 @@
# diffstat
> `diff` 명령어의 결과로부터 히스토그램을 생성한다.
- 히스토그램에서 변경점들 표시:
`diff {{파일명1}} {{파일명2}} | diffstat`
- 삽입, 삭제 및 수정된 변경점들을 테이블로 표시:
`diff {{파일명1}} {{파일명2}} | diffstat -t`