All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Costabel <costabel@wanadoo.fr>
To: "Marc-André Fortin" <simafinc@globetrotter.qc.ca>
Cc: linuxppc-dev@lists.linuxppc.org
Subject: Re: local.h header file.
Date: Mon, 03 May 1999 07:57:01 +0200	[thread overview]
Message-ID: <372D3AAD.3C76AF99@wanadoo.fr> (raw)
In-Reply-To: 01be9500$ac75ea20$2f90a98e@presario


> 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.   ]]

       reply	other threads:[~1999-05-03  5:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <01be9500$ac75ea20$2f90a98e@presario>
1999-05-03  5:57 ` Martin Costabel [this message]
1999-05-03 18:56   ` local.h header file puetzk6715
1999-05-03 20:32     ` sean o'malley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=372D3AAD.3C76AF99@wanadoo.fr \
    --to=costabel@wanadoo.fr \
    --cc=linuxppc-dev@lists.linuxppc.org \
    --cc=simafinc@globetrotter.qc.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.