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:
parent
2fc20251a9
commit
f77784c606
1 changed files with 23 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue