colorls is a colorized version of the standard UNIX "ls" command that works well with color xterms and VT100 terminals. It allows users to selectively display different types of files with different permissions in user-defined colors (e.g. regular files gray, directories cyan, symbolic links purple, etc.). This program was ported to Solaris and SunOS from the original version written for the FreeBSD 2.1 (4.4BSD Lite) distribution.
Colorized directory listings tend to grow on you. Having wanted one for Solaris and SunOS for some time, and having not been able to find an already-ported version, I ported FreeBSD's.
setenv LSCOLORS 6x5x2x3x2x464301060203 alias ls colorls -GCFk stty tab0The last line is needed to ensure that the tabs are passed onto your terminal emulator (e.g. color_xterm). Sun terminal devices seem to have trouble expanding tabs with embedded ESCape sequences in the stream.
Hope you find this port useful.
Randall Hopper