아래 목록을 참조하세요 -
/home/shirish/games/gtimelog> ls
. CONTRIBUTORS.rst .gitattributes gtimelog.appdata.xml help
org.gtimelog.gschema.xml scripts tox.ini COPYING gitignore gtimelog.desktop locale other-requirements.txt setup.cfg .travis.yml appveyor.yml .coveragerc gschemas.compiled gtimelog.desktop.in Makefile po setup.py benchmark.py docs gtimelog gtimelogrc.5 MANIFEST.in README.rst src CONTRIBUTING.rst .git gtimelog.1 gtimelog.rst NEWS.rst runtests TODO.rst
위에서는 파일과 디렉토리 사이에 색상 차이가 없습니다.
그러나 올바른 긴 목록을 사용하면 $ls -la
어느 것이 디렉토리이고 어느 것이 파일인지 알려주는 색상이 나타납니다. 무작위로 나열되는 경우에도 디렉토리 색상을 나열하는 방법이 있습니까?
답변1
단지 혼합된 색상을 추가하려는 경우 많은 GNU 프로그램은 --colour=auto
강조 표시 등을 포함하기 위해 이 플래그를 허용합니다.
그런 다음 다음을 실행하여 명령에 자동으로 포함될 수 있습니다.
alias ls='ls --color=auto'
이는 일반적으로 Debian의 Bash에서 이미 수행되지만 ZSh에서는 아직 수행되지 않을 수도 있습니다.