mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
colorls: add Japanese translation (#10501)
This commit is contained in:
parent
20619209d8
commit
8c3385b14f
1 changed files with 20 additions and 0 deletions
20
pages.ja/common/colorls.md
Normal file
20
pages.ja/common/colorls.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# colorls
|
||||
|
||||
> カラー化と Font Awesome アイコンの使用によりターミナルの ls コマンドを美しくした Ruby の gem です。
|
||||
> 詳しくはこちら: <https://github.com/athityakumar/colorls>.
|
||||
|
||||
- ファイルを 1 行ずつ表示する:
|
||||
|
||||
`colorls -1`
|
||||
|
||||
- 隠しファイルを含めた全てのファイルを表示する:
|
||||
|
||||
`colorls --all`
|
||||
|
||||
- 全てのファイルを長文形式(パーミッション、所有者、サイズ、更新日時)で表示する:
|
||||
|
||||
`colorls --long --all`
|
||||
|
||||
- ディレクトリのみ表示する:
|
||||
|
||||
`colorls --dirs`
|
Loading…
Add table
Reference in a new issue