dircolors: Add Korean Translation (#3735)
This commit is contained in:
23
pages.ko/common/dircolors.md
Normal file
23
pages.ko/common/dircolors.md
Normal 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`
|
Reference in New Issue
Block a user