bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: alias lm='ls \!* | more'


From: CaT
Subject: Re: alias lm='ls \!* | more'
Date: Thu, 13 Dec 2001 16:00:42 +1100
User-agent: Mutt/1.3.24i

On Thu, Dec 13, 2001 at 12:47:45PM +0800, Hongwei wrote:
>          alias lm='ls -l \!* | more'
> 
>   when I type "lm /usr/bin", the bash complaints:
> 
>          ls: !*: No such file or directory
>          /usr/ is a directory

ll() {
        ls -l "$@" | more
}

-- 
CaT        - A high level of technology does not a civilisation make.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]