On Mon, 13 Dec 1999, Scott Kindley wrote:
> what is ll ?
>
> This command doesnt work on my RH 6.1 machine. Man 11 returns "no manual
> page found". I know I have to brushup on my basics but this doent even
> look familiar to me. Would you please elaborate?
'll' is a common alias, I personally have it set up as just 'l' (btw:
that's "ell" and not "one")
in my ~/.bashrc (shell dependant):
alias l='ls -lF'
this way, when I type 'l' it does a long listing, so I don't have to type
out 'ls -lF' every time I want to use it. just a matter of convienence.
hth,
/me
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.