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:
parent
29b3ab40a1
commit
a907d99121
1 changed files with 11 additions and 0 deletions
11
pages.ko/common/diffstat.md
Normal file
11
pages.ko/common/diffstat.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# diffstat
|
||||
|
||||
> `diff` 명령어의 결과로부터 히스토그램을 생성한다.
|
||||
|
||||
- 히스토그램에서 변경점들 표시:
|
||||
|
||||
`diff {{파일명1}} {{파일명2}} | diffstat`
|
||||
|
||||
- 삽입, 삭제 및 수정된 변경점들을 테이블로 표시:
|
||||
|
||||
`diff {{파일명1}} {{파일명2}} | diffstat -t`
|
Loading…
Add table
Reference in a new issue