[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] ls command
- Subject: Re: [cobalt-users] ls command
- From: "Cobalt-Canada" <info@xxxxxxxxxxxxxxxxx>
- Date: Fri Mar 30 08:33:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
----- Original Message -----
From: <flash22@xxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Friday, March 30, 2001 8:22 AM
Subject: Re: [cobalt-users] ls command
> On Fri, 30 Mar 2001, Filiberto Ricci wrote:
etc.
>
>
> You may have more than one 'ls' in your path, you could have a good one
> where rpm put it, which will check out fine, and another bogus one
> elsewhere that you are actually running...
>
> 'type ls' will show you where the one you are running is...
>
> This will show you every possible ls in your path, but not aliases
>
> for p in `echo $PATH|tr ':' ' '`;do echo $p/ls;done
>
>
> also try: cd /etc;echo *
>
>
> gsh
Presume "whereis ls" would show if there was more than one?
Arthur