From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Cross Message-Id: <200109101553.LAA23437@augusta.math.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] How do you do "find -name foo"? In-Reply-To: Cc: Date: Mon, 10 Sep 2001 11:53:26 -0400 Topicbox-Message-UUID: ebdf9e14-eac9-11e9-9e20-41e7f4b1d025 In article you write: >can anyone show me how to locate files in the current namespace, please? >BTW, where is float.h? > >TIA, regards, Peter. Hmm, you can try: du -a | grep 'whatever' which should do what you want. - Dan C.