linux-admin.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Hal Wigoda" <hwigoda@mindspring.com>
To: urgrue <urgrue@tumsan.fi>, admin <linux-admin@vger.kernel.org>
Subject: Re: Questions!
Date: Thu, 1 Apr 2004 09:27:24 -0600	[thread overview]
Message-ID: <003b01c417fd$d70a2eb0$ad6c56d1@DF69MK11> (raw)
In-Reply-To: 20040401075037.GA31323@fede2.tumsan.fi

sorry, but that is NOT correct either.

he is looking for files that content the string "index.html"
within the file,
NOT the file name.


----- Original Message ----- 
From: "urgrue" <urgrue@tumsan.fi>
To: "admin" <linux-admin@vger.kernel.org>
Sent: Thursday, April 01, 2004 1:50 AM
Subject: Re: Questions!


> i always simply use:
> grep -r index.html /some/path/*
> 
> 
> > Hal Wigoda wrote:
> > 
> > > 2) find  <dirname> -print -type f | xargs grep -l index.html
> > 
> > Or, if you need to handle filenames which contain whitespace
> > characters:
> > 
> > find  <dirname> -type f -print0 | xargs -0 grep -l index.html
> > 
> > --
> > Glynn Clements <glynn.clements@virgin.net>
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-
> > admin"
> > in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > 
> > 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 


  reply	other threads:[~2004-04-01 15:27 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-31 20:29 Questions! Scott@Charter
2004-03-31 20:36 ` Questions! Bradley Hook
2004-03-31 20:53   ` Questions! Hal Wigoda
2004-03-31 20:39 ` Questions! Hal Wigoda
2004-03-31 21:26   ` Questions! Kevin J. Cummings
2004-03-31 21:40     ` Questions! Hal Wigoda
2004-03-31 21:44       ` Questions! Kevin J. Cummings
2004-03-31 22:05     ` Questions! Christian Mayer
2004-03-31 22:23   ` Questions! Glynn Clements
2004-04-01  7:50     ` Questions! urgrue
2004-04-01 15:27       ` Hal Wigoda [this message]
2004-04-01 16:01         ` Questions! Hisashi T Fujinaka
2004-04-01 16:15           ` Questions! Hal Wigoda
2004-04-01 17:23           ` Questions! Hal Wigoda

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='003b01c417fd$d70a2eb0$ad6c56d1@DF69MK11' \
    --to=hwigoda@mindspring.com \
    --cc=linux-admin@vger.kernel.org \
    --cc=urgrue@tumsan.fi \
    /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 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).