From owner-freebsd-questions@FreeBSD.ORG Sat Apr 9 22:45:24 2005 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 2349A16A4CE for ; Sat, 9 Apr 2005 22:45:24 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 871C443D1D for ; Sat, 9 Apr 2005 22:45:23 +0000 (GMT) (envelope-from khaled.abu@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1118601wra for ; Sat, 09 Apr 2005 15:45:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=G/Jl/u7lDHUFX8GNyr0e8648fqp8pTWgsMeouGtE2PCdGBJLRz6Z2h8qdS8rChP2UGykz50OyA56jKh77VLbppW+STH7OHUyHvEmpXl0/P7fI5CWuyupgNPMC6N/Fu5x/p9ajrkyOFznFwsw6BHUru4kRzzZRlLW3pfJpgHjnEg= Received: by 10.54.50.73 with SMTP id x73mr873639wrx; Sat, 09 Apr 2005 15:45:23 -0700 (PDT) Received: by 10.54.67.7 with HTTP; Sat, 9 Apr 2005 15:45:23 -0700 (PDT) Message-ID: Date: Sun, 10 Apr 2005 01:45:23 +0300 From: Abu Khaled To: Kris Kennaway In-Reply-To: <20050409201720.GA64540@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20050409201530.8A6B8937AB@mailweb02.ibest.com.br> <20050409201720.GA64540@xor.obsecurity.org> cc: ricardo_j_candiotto@ibest.com.br cc: freebsd-questions@freebsd.org Subject: Re: ls colorized in freebsd csh?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Abu Khaled List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Apr 2005 22:45:24 -0000 On Apr 9, 2005 11:17 PM, Kris Kennaway wrote: > On Sat, Apr 09, 2005 at 05:15:30PM -0300, ricardo_j_candiotto@ibest.com.br wrote: > > How do I use a ls colorized in FreeBSD 5.2.1??? > > ls -G, as described in the manpage. > > > In Linux I have a ls colorized how to do in FreeBSD csh??? > > Your '?' key seems to be stuck; might want to look into that. > > Kris > > > You can also add "setenv CLICOLOR" to ".cshrc" in your home directory. # cd ~ # ee .cshrc this well open the file for editing. add setenv CLICOLOR 1 -- Kind regards Abu Khaled