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

Re: [cobalt-users] ls command



----- 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