Linux

為什麼“dir”的結果沒有突出顯示?

  • August 12, 2019

我在 Oracle Linux 上。

[root@ol76 systemd]# cat /etc/*release*
Oracle Linux Server release 7.6
NAME="Oracle Linux Server"
VERSION="7.6"
ID="ol"
VARIANT="Server"
VARIANT_ID="server"
VERSION_ID="7.6"
PRETTY_NAME="Oracle Linux Server 7.6"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:oracle:linux:7:6:server"
HOME_URL="https://linux.oracle.com/"
BUG_REPORT_URL="https://bugzilla.oracle.com/"

ORACLE_BUGZILLA_PRODUCT="Oracle Linux 7"
ORACLE_BUGZILLA_PRODUCT_VERSION=7.6
ORACLE_SUPPORT_PRODUCT="Oracle Linux"
ORACLE_SUPPORT_PRODUCT_VERSION=7.6
Red Hat Enterprise Linux Server release 7.6 (Maipo)
Oracle Linux Server release 7.6
cpe:/o:oracle:linux:7:6:server
[root@ol76 systemd]#

為什麼ls有突出顯示的結果,但dir沒有?

在此處輸入圖像描述

來自dir --help

預設情況下和使用顏色來區分文件類型都被禁用--color=never。使用--color=auto,ls僅當標準輸出連接到終端時才會發出顏色程式碼。LS_COLORS環境變數可以更改設置。使用dircolors命令進行設置。

引用自:https://unix.stackexchange.com/questions/535200