From owner-cvs-all Sat Aug 12 15:40:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5610637B804; Sat, 12 Aug 2000 15:40:15 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA44907; Sat, 12 Aug 2000 15:40:15 -0700 (PDT) (envelope-from joe@FreeBSD.org) Message-Id: <200008122240.PAA44907@freefall.freebsd.org> From: Josef Karthauser Date: Sat, 12 Aug 2000 15:40:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls ls.1 ls.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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