finding things in unix

Kenneth Brody kenbrody at spamcop.net
Fri Apr 23 08:26:34 PDT 2010


On 4/23/2010 11:20 AM, Dennis Malen wrote:
> For AIX if you cd to / and type p it works. If I type in a full name of
> a file at / it does not work and responds with not found. If I go into
> the directory that it resides in it does work.
[...]

Can you give some specific examples?  The current directory makes no 
difference to "type", unless "." is in PATH, and it's not found elsewhere.

What about these?

   cd /
   type p
   cd /tmp
   type p
   cd /appl/filepro/zipcodes
   type p

-- 
Kenneth Brody


More information about the Filepro-list mailing list