dircolors: add example to print the colors (#13666)

pull/28/head
Managor 2024-09-13 22:56:50 +03:00 committed by GitHub
parent ef682c1232
commit 2d9a5a2077
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
`dircolors`
- Display each filetype with the color they would appear in `ls`:
`dircolors --print-ls-colors`
- Output commands to set LS_COLOR using colors from a file:
`dircolors {{path/to/file}}`