On Fri, Jun 06, 2003 at 02:47:34PM +1000, blade- wrote:
> Hi all,
> 
> In mandrake and other distros? typing ll will produce the same as ls -l
> same as l is ls, that was easy by doing ln -s /bin/ls /bin/l
> but I cant work out how to to ls -l
> 
> I know its lazy but I became accustomed to it.
> 

Add the following to your .bashrc file:

        alias ll="ls -l"

- PK

> 
> Regards
> 
> 
> 
> --
> [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list

Reply via email to