Re: ls colorized in freebsd csh??

2005-04-12 Thread N. Raghavendra
At 2005-04-11T03:47:26-07:00, Sergei Gnezdov wrote: setenv LS_COLORS no=00:fi=00:di=01;34:ln=01;36;40:pi=40;33:so=01;35 setenv LS_COLORS $LS_COLORS:bd=40;33;01:cd=40;33;01:or=40;31;01 Where can I learn about these cryptic numbers? See the tcsh(1) man page [ENVIRONMENT, LS_COLORS].

Re: ls colorized in freebsd csh??

2005-04-12 Thread Sergei Gnezdov
On 2005-04-11, Kris Kennaway [EMAIL PROTECTED] wrote: --QKdGvSO+nmPlgiQ/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 11, 2005 at 03:47:26AM -0700, Sergei Gnezdov wrote: On 2005-04-10, N. Raghavendra [EMAIL

Re: ls colorized in freebsd csh??

2005-04-12 Thread Svein Halvor Halvorsen
* Sergei Gnezdov [2005-04-12 00:00 -0700] The man page says that colors are set in the form of exfxcxdxbxegedabagacad This is very different from bd=3d40;33;01: style. These are two different ls's and two different man pages. The one you are talking about is the ls(1) program

Re: ls colorized in freebsd csh??

2005-04-11 Thread Sergei Gnezdov
On 2005-04-10, N. Raghavendra [EMAIL PROTECTED] wrote: ## Enable color display for listing files. set color ## Specify the colors for listing various file types. setenv LS_COLORS no=00:fi=00:di=01;34:ln=01;36;40:pi=40;33:so=01;35 setenv LS_COLORS

Re: ls colorized in freebsd csh??

2005-04-11 Thread Kris Kennaway
On Mon, Apr 11, 2005 at 03:47:26AM -0700, Sergei Gnezdov wrote: On 2005-04-10, N. Raghavendra [EMAIL PROTECTED] wrote: ## Enable color display for listing files. set color ## Specify the colors for listing various file types. setenv LS_COLORS

Re: ls colorized in freebsd csh??

2005-04-10 Thread N. Raghavendra
At 2005-04-09T17:15:30-03:00, [EMAIL PROTECTED] wrote: How do I use a ls colorized in FreeBSD 5.2.1??? ... how to do in FreeBSD csh??? One way is to put something like this in ~/.tcshrc. See tcsh(1). --- ## Enable color display for listing files. set color ## Specify the colors for

Re: ls colorized in freebsd csh??

2005-04-09 Thread Kris Kennaway
On Sat, Apr 09, 2005 at 05:15:30PM -0300, [EMAIL PROTECTED] 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

Re: ls colorized in freebsd csh??

2005-04-09 Thread Abu Khaled
On Apr 9, 2005 11:17 PM, Kris Kennaway [EMAIL PROTECTED] wrote: On Sat, Apr 09, 2005 at 05:15:30PM -0300, [EMAIL PROTECTED] 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 '?'