1997-01-02 01:29:50 -05:00
|
|
|
This is a simple hack to the FreeBSD /bin/ls to use ANSI sequences to
|
1995-03-08 19:49:22 -05:00
|
|
|
display file attributes in color. There is a -G flag (somewhat
|
|
|
|
similar to the -F flag). Take a look at the man page for details.
|
|
|
|
|
|
|
|
The program is called "colorls" and installs itself in /usr/local/bin.
|
1997-01-02 01:29:50 -05:00
|
|
|
The file patches/patch-aa is the diffs from the 3.0-current (as of
|
|
|
|
1997/01/01) /usr/src/bin/ls directory.
|
1996-01-15 18:53:08 -05:00
|
|
|
|
|
|
|
Standard xterm prior to XFree86 3.1.2B doesn't know about colors, so
|
1997-01-02 01:29:50 -05:00
|
|
|
you should use update your XFree86 or use kterm (available from the ports
|
|
|
|
collection).
|
1995-03-08 19:49:22 -05:00
|
|
|
|
|
|
|
Satoshi Asami
|
|
|
|
asami@cs.berkeley.edu
|