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=
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
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
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
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
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
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
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
--
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:
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
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
11 matches
Mail list logo