In a recent note, Shane Ginnane said:
> Date: Mon, 27 Jun 2005 10:19:06 +1000
>
> This just has to be too easy - what am I missing ???.
>
You're missing GNU find.
> How do I do the equivalent of a "find -iname ..." under z/OS UNIX ???.
> Currently I just pipe the output of a global find into grep (with -i). Is
> there an option to "find" I'm missing ???.
>
-iname isn't required by POSIX; there's little hope that IBM will provide it.
I built GNU find for myself. I don't remembet all the pitfalls; one is that
z/OS has 32 mode bits; traditional UNIX has 16. I may yet have a cheat sheet
around, or it may be on the Tools and Toys Redbook CD.
You're also missing:
o -ls
o -print0
o -follow that doesn't loop on symlink cycles
etc. See:
File that you are currently viewing
Linkname: IBM: z/OS UNIX System Services ported tools
URL: http://www-1.ibm.com/servers/eserver/zseries/zos/unix/bpxa1ty1.html
Link that you currently have selected
Linkname: findutils
URL:
http://www-1.ibm.com/servers/eserver/zseries/zos/unix/redbook/index.html#findutils
-- gil
--
StorageTek
INFORMATION made POWERFUL
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html