How do I turn OFF colors for ls output in Terminal on OSX
问题 my ls output colors all directories differently from files, regardless whether I type ls or /bin/ls . I don't have any LS_COLOR stuff set in .bashrc or related files that I can find. How do I turn off these colors? (I am quite happy with just ls -F ) Thanks! 回答1: As noted in comment, OSX ls pays attention to CLICOLOR . The ls manual page is the place to look. It appears to be the same program as in FreeBSD, which uses the terminal database (in contrast to GNU ls). Likewise, note that the