Many Unix administrators will force the command "ls" to automatically output with colors by adding the following alias to the ~/.bashrc
alias ls='ls --color'
To make "ls" not display colors for your session, type in the follow command at the command prompt
unalias ls
No comments:
Post a Comment