co*: add Korean translation (#14059)
* co*: add Korean trnaslation * fix: fix filename
This commit is contained in:
20
pages.ko/common/colorls.md
Normal file
20
pages.ko/common/colorls.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# colorls
|
||||
|
||||
> 색상 및 font-awesome 아이콘으로 `ls` 명령 출력을 예쁘게 만듬 Ruby gem으로 사용 가능.
|
||||
> 더 많은 정보: <https://github.com/athityakumar/colorls>.
|
||||
|
||||
- 파일을 한 줄에 하나씩 나열:
|
||||
|
||||
`colorls -1`
|
||||
|
||||
- 숨김 파일을 포함한 모든 파일을 나열:
|
||||
|
||||
`colorls --all`
|
||||
|
||||
- 모든 파일의 긴 형식 (권한, 소유권, 크기 및 수정 날짜):
|
||||
|
||||
`colorls --long --all`
|
||||
|
||||
- 디렉토리만 나열:
|
||||
|
||||
`colorls --dirs`
|
Reference in New Issue
Block a user