Re: Colored ls output

1997-08-07 Thread Shaleh
Could it be the font your xterm is using. I know that only a few actually support ansi color strings. -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: Colored ls output

1997-08-06 Thread Francois Gouget
On 1 Aug 1997, Stig Sandbeck Mathisen wrote: > > "BN" == Bob Nielsen <[EMAIL PROTECTED]> writes: > BN> On Thu, 31 Jul 1997, Shaleh wrote: > >> When I installed Slackware a year ago ls's output was colored. Is there > >> a colored version of ls for Debian or is it a switch for ls?? > BN> You c

Re: Colored ls output

1997-08-01 Thread Stig Sandbeck Mathisen
> "BN" == Bob Nielsen <[EMAIL PROTECTED]> writes: BN> On Thu, 31 Jul 1997, Shaleh wrote: >> When I installed Slackware a year ago ls's output was colored. Is there >> a colored version of ls for Debian or is it a switch for ls?? BN> You can add the following to .bash_profile (or whatever).

Re: Colored ls output

1997-08-01 Thread Martin Schulze
Shaleh writes: > When I installed Slackware a year ago ls's output was colored. Is there > a colored version of ls for Debian or is it a switch for ls?? Please take a look at /usr/doc/fileutils/color-ls.gz Regards Joey -- / Martin Schulze * [EMAIL PROTECTED] * 26129 Oldenburg /

Re: Colored ls output

1997-08-01 Thread Bob Nielsen
On Thu, 31 Jul 1997, Shaleh wrote: > When I installed Slackware a year ago ls's output was colored. Is there > a colored version of ls for Debian or is it a switch for ls?? You can add the following to .bash_profile (or whatever). alias ls='ls --color=auto' Bob Bob Nielsen