local.h header file.

Martin Costabel costabel at wanadoo.fr
Mon May 3 15:57:01 EST 1999


> Marc-André Fortin wrote:
> 
> Can somebody tell me if there is a file called local.h in RedHat Linux
> 5.2? (if yes, where it is?)
> 
> Or maybe the parameter I'm looking for (MAX_OPEN_FILES) is somewhere
> else?
> 
> Should I use the grep command to find files containing a specific
> string? Is (grep) looks in all the subdirectories?
> (I' tried, but no luck)

To look for a string in all the *.h files in all subdirectories, you can
do

   find . -name "*.h" -print | xargs grep MAX_OPEN

or some abbreviation thereof (you can omit the '.' and '-print').

I didn't find any local.h nor MAX_OPEN_FILES here, BTW.

--
Martin

[[ This message was sent via the linuxppc-dev mailing list.  Replies are ]]
[[ not  forced  back  to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting.   ]]





More information about the Linuxppc-dev mailing list