* [9fans] How do you do "find -name foo"?
@ 2001-09-10 10:15 pac
2001-09-10 15:53 ` Dan Cross
0 siblings, 1 reply; 4+ messages in thread
From: pac @ 2001-09-10 10:15 UTC (permalink / raw)
To: 9fans
Hi,
can anyone show me how to locate files in the current namespace, please?
BTW, where is float.h?
TIA, regards, Peter.
--
Peter A Cejchan
biologist
Acad. Sci., Prague, CZ
<cej at cejchan dot gli dot cas dot cz>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [9fans] How do you do "find -name foo"?
2001-09-10 10:15 [9fans] How do you do "find -name foo"? pac
@ 2001-09-10 15:53 ` Dan Cross
0 siblings, 0 replies; 4+ messages in thread
From: Dan Cross @ 2001-09-10 15:53 UTC (permalink / raw)
To: 9fans
In article <cej-1010910121554.A01247@cejchan.gli.cas.cz> 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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [9fans] How do you do "find -name foo"?
2001-09-10 17:26 rog
@ 2001-09-11 7:25 ` pac
0 siblings, 0 replies; 4+ messages in thread
From: pac @ 2001-09-11 7:25 UTC (permalink / raw)
To: 9fans
>> >BTW, where is float.h?
>>
>> AFAIK, float.h has been subsumed into libc.h (along with string.h,
>> math.h, stdlib.h and many others).
>> makes things much easier:
>>
>> #include <u.h>
>> #include <libc.h>
>>
>>
Oooooops, I had ape/float.h on my mind.
--Peter.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [9fans] How do you do "find -name foo"?
@ 2001-09-10 17:26 rog
2001-09-11 7:25 ` pac
0 siblings, 1 reply; 4+ messages in thread
From: rog @ 2001-09-10 17:26 UTC (permalink / raw)
To: 9fans
>BTW, where is float.h?
AFAIK, float.h has been subsumed into libc.h (along with string.h,
math.h, stdlib.h and many others).
makes things much easier:
#include <u.h>
#include <libc.h>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-09-11 7:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-10 10:15 [9fans] How do you do "find -name foo"? pac
2001-09-10 15:53 ` Dan Cross
2001-09-10 17:26 rog
2001-09-11 7:25 ` pac
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).