From owner-freebsd-questions@FreeBSD.ORG Sun Dec 7 10:06:01 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 A446316A4CF for ; Sun, 7 Dec 2003 10:06:01 -0800 (PST) Received: from therub.org (pantheon-ws-13.direct.hickorytech.net [216.114.200.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id C92DC440D7 for ; Sun, 7 Dec 2003 10:03:46 -0800 (PST) (envelope-from drue@therub.org) Received: from drue by therub.org with local (Exim 3.35 #1 (Debian)) id 1AT4DD-0005Bp-00; Sun, 07 Dec 2003 13:04:59 -0600 Date: Sun, 7 Dec 2003 13:04:58 -0600 To: Mike Maltese Message-ID: <20031207190458.GA19745@therub.org> References: <3FD0CCB5.1000501@magidesign.com> <00fb01c3bb5d$ee483c90$f4f0a8c0@pcmedx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00fb01c3bb5d$ee483c90$f4f0a8c0@pcmedx.com> User-Agent: Mutt/1.3.28i From: Dan Rue cc: freebsd-questions Subject: Re: ls and color 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: Sun, 07 Dec 2003 18:06:01 -0000 On Fri, Dec 05, 2003 at 10:30:59AM -0800, Mike Maltese wrote: > > Is there a how to on making ls show colors or a web pages. Thanks. > > Well., there's ls -G, but you could have found that in the man page, right? > Of course you don't want to have to type -G every time, right? I have an entry in my .bashrc file alias ls='ls --color=auto' Every time i run ls, it actually runs ls --color=auto. Nice. dan