Re: ls in color

2003-07-26 Thread Robin Gerard
On Sat, Jul 26, 2003 at 06:59:14PM +0800, Johnny wrote: > As of what I saw in slackware, ls is capable of displaying itz results in > color. But up till what I have seen in debian, the ls in debian seems to be > black and white. Can anyone tell me how to turn the color option on? btw > ls --color=

Re: ls in color

2003-07-26 Thread Florian Ernst
Hello Johnny! At Saturday 26 July 2003 13:00 Johnny wrote: > As of what I saw in slackware, ls is capable of displaying itz > results in color. But up till what I have seen in debian, the ls in > debian seems to be black and white. Can anyone tell me how to turn > the color option on? btw ls --co

Re: ls in color

2003-07-26 Thread Paul Johnson
ad color turned off or something, then you can get it to automatically give you ls in color by alias ls='ls --color=auto' in your .bashrc - -- .''`. Paul Johnson <[EMAIL PROTECTED]> : :' :proud Debian admin and user `. `'` `- Debian - when you

ls in color

2003-07-26 Thread Johnny
As of what I saw in slackware, ls is capable of displaying itz results in color. But up till what I have seen in debian, the ls in debian seems to be black and white. Can anyone tell me how to turn the color option on? btw ls --color=auto does not work Thank you in advance Regards, Johnny -- T

Re: bash ls in color

2000-08-01 Thread Nate Bargmann
On Mon, Jul 31, 2000 at 09:02:08PM -0700, Dale Morris wrote: > what do I enter to get bash to default to showing files in color. I > know I have to edit the /etc/bash.bashrc file, but don't remember the > command to enter. > thanks > -- dale Just to toss my $.02 in here. I did essentially everyth

Re: bash ls in color

2000-08-01 Thread Christopher Mosley
On Mon, 31 Jul 2000, Ethan Benson wrote: > On Mon, Jul 31, 2000 at 09:02:08PM -0700, Dale Morris wrote: > > what do I enter to get bash to default to showing files in color. I > > know I have to edit the /etc/bash.bashrc file, but don't remember the > > command to enter. > > you should instead

Re: bash ls in color

2000-07-31 Thread kmself
On Mon, Jul 31, 2000 at 09:02:08PM -0700, Dale Morris wrote: > what do I enter to get bash to default to showing files in color. I > know I have to edit the /etc/bash.bashrc file, but don't remember the > command to enter. > thanks > -- dale alias ls='ls --color=auto' ...which should be i

RE: bash ls in color

2000-07-31 Thread Pollywog
On 01-Aug-2000 Dale Morris wrote: > what do I enter to get bash to default to showing files in color. I > know I have to edit the /etc/bash.bashrc file, but don't remember the > command to enter. > thanks > -- dale I have: export LS_OPTIONS='--color=auto' eval `dircolors` in my user .bashrc --

Re: bash ls in color

2000-07-31 Thread Ethan Benson
On Mon, Jul 31, 2000 at 09:02:08PM -0700, Dale Morris wrote: > what do I enter to get bash to default to showing files in color. I > know I have to edit the /etc/bash.bashrc file, but don't remember the > command to enter. you should instead edit your own userid's ~/.bashrc and add the following:

Re: bash ls in color

2000-07-31 Thread John L. Fjellstad
On Mon, Jul 31, 2000 at 09:02:08PM -0700, Dale Morris wrote: > what do I enter to get bash to default to showing files in color. I > know I have to edit the /etc/bash.bashrc file, but don't remember the > command to enter. Put the following in bash.bashrc (or type it on the command line) alias ls

bash ls in color

2000-07-31 Thread Dale Morris
what do I enter to get bash to default to showing files in color. I know I have to edit the /etc/bash.bashrc file, but don't remember the command to enter. thanks -- dale