Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2000 15:40:15 -0700 (PDT)
From:      Josef Karthauser <joe@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/ls ls.1 ls.c
Message-ID:  <200008122240.PAA44907@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
joe         2000/08/12 15:40:15 PDT

  Modified files:
    bin/ls               ls.1 ls.c 
  Log:
  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
  
  Revision  Changes    Path
  1.41      +35 -30    src/bin/ls/ls.1
  1.43      +21 -16    src/bin/ls/ls.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008122240.PAA44907>