add new chinese translations
This commit is contained in:
20
pages.zh/common/colorls.md
Normal file
20
pages.zh/common/colorls.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# colorls
|
||||
|
||||
> 美化 `ls` 命令的输出,使用颜色和 Font Awesome 图标。作为一个 Ruby gem 可用。
|
||||
> 更多信息:<https://github.com/athityakumar/colorls>。
|
||||
|
||||
- 每行列出一个文件:
|
||||
|
||||
`colorls -1`
|
||||
|
||||
- 列出所有文件,包括隐藏文件:
|
||||
|
||||
`colorls --all`
|
||||
|
||||
- 所有文件的长格式列表(权限、所有权、大小和修改日期):
|
||||
|
||||
`colorls --long --all`
|
||||
|
||||
- 仅列出目录:
|
||||
|
||||
`colorls --dirs`
|
Reference in New Issue
Block a user