1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 23:06:02 +02:00

dot: add Korean translation (#3853)

This commit is contained in:
Proscream 2020-02-13 20:39:02 +09:00 committed by GitHub
parent a0f11588eb
commit 7ace524e1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
pages.ko/common/dot.md Normal file
View file

@ -0,0 +1,11 @@
# dot
> 방향 그래프의 레이어 도면을 생성하는 명령 도구입니다.
- 입력 파일 이름과 선택한 포맷을 기반으로 이미지 파일을 랜더링하고 출력파일 이름 결정하기:
`dot -Tpng -O {{경로/파일명.dot}}`
- DOT 파일로부터 SVG 생성하기:
`dot -Tsvg -o {{경로/출력_파일명.svg}} {{경로/파일명.dot}}`