1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-01 12:13:41 +02:00
tldr/pages.ko/common/colorls.md

21 lines
461 B
Markdown
Raw Normal View History

# colorls
> 색상 및 font-awesome 아이콘으로 `ls` 명령 출력을 예쁘게 만듬 Ruby gem으로 사용 가능.
> 더 많은 정보: <https://github.com/athityakumar/colorls>.
- 파일을 한 줄에 하나씩 나열:
`colorls -1`
- 숨김 파일을 포함한 모든 파일을 나열:
`colorls --all`
- 모든 파일의 긴 형식 (권한, 소유권, 크기 및 수정 날짜):
`colorls --long --all`
- 디렉토리만 나열:
`colorls --dirs`