mirror of https://github.com/CrimsonTome/tldr.git
dircolors: add example to print the colors (#13666)
parent
ef682c1232
commit
2d9a5a2077
|
@ -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}}`
|
||||
|
|
Loading…
Reference in New Issue