20 Aug
2010
20 Aug
'10
9:17 a.m.
if you want to customize the colors of ls output, edit the LS_COLORS env variable. details here : http://www.linux-sxs.org/housekeeping/lscolors.html you can place that in your .bashrc, and you can set very usefull reg exp, like "*.log", ...
ls --color | less => colorized output
Cheers, Emmanuel