From 2d9a5a20779a8a9473a1cbf7c9397ffdb0ba94de Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 13 Sep 2024 22:56:50 +0300 Subject: [PATCH] dircolors: add example to print the colors (#13666) --- pages/common/dircolors.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/dircolors.md b/pages/common/dircolors.md index be785b8b67..414399a1ae 100644 --- a/pages/common/dircolors.md +++ b/pages/common/dircolors.md @@ -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}}`