1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00
freebsd/bin/ls
Josef Karthauser 3d2ddc9e1a A change to the way that colours are switched on in ls. The -G
flag has been depricated, although it still works with a warning
message, and replaced with an environment variable CLICOLOR (command
line interface colour).  This could be used by other tools that
want to be able to control colour output.

In addition if the environment variable CLICOLOR_FORCE is defined
colour sequences are output irrespective of whether the output is
directed to a terminal (as long as TERM references a colour capable
terminal of course ;)

PR:	bin/20291 and bin/20483
2000-08-12 22:40:14 +00:00
..
cmp.c $Id$ -> $FreeBSD$ 1999-08-27 23:15:48 +00:00
extern.h make sure we do not write out non-printable characters in file names 2000-07-04 23:09:23 +00:00
ls.1 A change to the way that colours are switched on in ls. The -G 2000-08-12 22:40:14 +00:00
ls.c A change to the way that colours are switched on in ls. The -G 2000-08-12 22:40:14 +00:00
ls.h make sure we do not write out non-printable characters in file names 2000-07-04 23:09:23 +00:00
Makefile Switch over to using the new fflagstostr and strtofflags library calls. 2000-06-17 14:19:33 +00:00
print.c make sure we do not write out non-printable characters in file names 2000-07-04 23:09:23 +00:00
util.c Add the missing flags to ls(1)'s usage: -Bb. 2000-07-22 05:28:46 +00:00