From owner-freebsd-questions@FreeBSD.ORG Mon Sep 22 09:01:33 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68C6A16A4B3 for ; Mon, 22 Sep 2003 09:01:33 -0700 (PDT) Received: from avscan2.sentex.ca (avscan2.sentex.ca [199.212.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7452643FE1 for ; Mon, 22 Sep 2003 09:01:26 -0700 (PDT) (envelope-from damian@sentex.net) Received: from localhost (localhost [127.0.0.1]) by avscan2.sentex.ca (Postfix) with ESMTP id EA33A59FA8 for ; Mon, 22 Sep 2003 12:01:25 -0400 (EDT) Received: from avscan2.sentex.ca ([127.0.0.1]) by localhost (avscan2.sentex.ca [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 71383-02 for ; Mon, 22 Sep 2003 12:01:25 -0400 (EDT) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by avscan2.sentex.ca (Postfix) with ESMTP id B171359F90 for ; Mon, 22 Sep 2003 12:01:25 -0400 (EDT) Received: from pegmatite.sentex.ca (pegmatite.sentex.ca [192.168.42.92]) by lava.sentex.ca (8.12.9p1/8.12.9) with ESMTP id h8MG1Pdg034876 for ; Mon, 22 Sep 2003 12:01:25 -0400 (EDT) (envelope-from damian@sentex.net) Received: by pegmatite.sentex.ca (Postfix, from userid 1001) id AAD7517148; Mon, 22 Sep 2003 12:01:15 -0400 (EDT) Date: Mon, 22 Sep 2003 12:01:15 -0400 From: Damian Gerow To: questions@freebsd.org Message-ID: <20030922160115.GA40572@sentex.net> References: <20030919083627.K99065@wonkity.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-GPG-Key-Id: 0xB841F142 X-GPG-Fingerprint: C7C1 E1D1 EC06 7C86 AF7C 57E6 173D 9CF6 B841 F142 X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . User-Agent: Mutt/1.5.4i X-Virus-Scanned: by Sentex Communications (avscan2/20030314p2) Subject: Re: Cat a directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2003 16:01:33 -0000 Thus spake Chris Pressey (cpressey@catseye.mine.nu) [22/09/03 11:54]: > Also, I believe 'GNU ls', in the ports, supports coloured directory > listings. As does FreeBSD's ls. From 'man 1 ls': -G Enable colorized output. This option is equivalent to defining CLICOLOR in the environment. (See below.) I'll leave the rest for you to read.