RE: Bash Config

2000-01-07 Thread Zoki
On Thu, 6 Jan 2000, Brian Ivey wrote: ->>Did you even bother to read the man page? -> ->Honestly, no. I appreciate your candor and will, for future problems, ->attempt to find a solution in the man pages first. *** Brian, You'll have the opportunity to do so as I won't tell you what the option

Bash Config

2000-01-06 Thread Matthew Shaul
Brian: Put the following line in your .bashrc file in your home directory: alias ls="/bin/ls --color" hth Matthew >Dear List: > >I've been trying to configure my bash shell. How do I add color to the ls >command? When I type ls, I would like to have directories, files, etc. to >appear

Re: Bash Config

2000-01-06 Thread Todd A. Jacobs
On Thu, 6 Jan 2000, Brian Ivey wrote: > I've been trying to configure my bash shell. How do I add color to the > ls command? When I type ls, I would like to have directories, files, > etc. to appear in different colors. I know it can be done, but I > cannot seem to find the way to it. ls --color

Re: Bash Config

2000-01-06 Thread Kerry Blalock
ls --color Kerry B = Brad Cramer wrote: > > man ls > -Original Message- > From: Brian Ivey <[EMAIL PROTECTED]> > To: List - RedHat <[EMAIL PROTECTED]> > Date: Thursday, January 06, 2000 9:31 AM > Subject: Bash Config > >

Re: Bash Config

2000-01-06 Thread Brad Cramer
man ls -Original Message- From: Brian Ivey <[EMAIL PROTECTED]> To: List - RedHat <[EMAIL PROTECTED]> Date: Thursday, January 06, 2000 9:31 AM Subject: Bash Config >Dear List: > >I've been trying to configure my bash shell. How do I add color to the ls >com

RE: Bash Config

2000-01-06 Thread Brian Ivey
>Did you even bother to read the man page? Honestly, no. I appreciate your candor and will, for future problems, attempt to find a solution in the man pages first. Brian Ivey -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

Re: Bash Config

2000-01-06 Thread Timothy Reaves
Did you even bother to read the man page? Brian Ivey wrote: > Dear List: > > I've been trying to configure my bash shell. How do I add color to the ls > command? When I type ls, I would like to have directories, files, etc. to > appear in different colors. I know it can be done, but I cannot see

Re: Bash Config

2000-01-06 Thread Tom Watts
Brian Ivey wrote: > > Dear List: > > I've been trying to configure my bash shell. How do I add color to the ls > command? When I type ls, I would like to have directories, files, etc. to > appear in different colors. I know it can be done, but I cannot seem to find > the way to it. > > Thanks,

Re: Bash Config

2000-01-06 Thread Bernhard Rosenkraenzer
On Thu, 6 Jan 2000, Brian Ivey wrote: > I've been trying to configure my bash shell. How do I add color to the ls > command? The easy way: get the fileutils RPM from rawhide. The hard way: add "alias ls='ls -CF --color=tty'" to your .bashrc LLaP bero -- Nobody will ever need more than 640 kB

Bash Config

2000-01-06 Thread Brian Ivey
Dear List: I've been trying to configure my bash shell. How do I add color to the ls command? When I type ls, I would like to have directories, files, etc. to appear in different colors. I know it can be done, but I cannot seem to find the way to it. Thanks, Brian Ivey -- To unsubscribe: mail