1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 21:15:32 +02:00

dircolors: Add Korean Translation (#3735)

This commit is contained in:
Proscream 2020-01-06 02:59:02 +09:00 committed by Iván
parent 2fc20251a9
commit f77784c606

View file

@ -0,0 +1,23 @@
# dircolors
> LS_COLOR 환경변수와 스타일 `ls`, `dir`, 등을 설정하기 위한 명령어들을 출력한다.
- 기본 색상을 사용하여 LS_COLOR를 설정하는 명령어들 출력하기:
`dircolors`
- 파일로부터 색상을 사용하여 LS_COLOR를 설정하는 명령어들 출력하기:
`dircolors {{파일명}}`
- Bourne 쉘에 관한 명령어들 출력:
`dircolors --bourne-shell`
- C 쉘에 관한 명령어들 출력:
`dircolors --c-shell`
- 파일 유형과 확장에 대한 기본 색상들 보기:
`dircolors --print-data`