SyntaxHighlighter JS

2013-11-20

How to get rid of color in ls

 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