[NTLUG:Discuss] How do I ....

George E. Lass George.Lass at osc.com
Fri Apr 7 15:07:33 CDT 2000


Kelly Scroggins wrote:
> 
> Make the directory listing in color?
> 
> I know how to type in a command for this :
> ls --color
> But I've seen some systems that will do this when I type :
> ls
> 
> Is this done with an alias?
> 
> Thanks,
> Kelly


in the .bashrc file in the user's $HOME directory:

alias ls='ls --color'

George




More information about the Discuss mailing list