From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hal Wigoda" Subject: Re: Questions! Date: Wed, 31 Mar 2004 15:40:41 -0600 Sender: linux-admin-owner@vger.kernel.org Message-ID: <01dd01c41768$d242b040$2a6156d1@DF69MK11> References: <003d01c4175e$d5296100$020aa8c0@Scott> <015d01c41760$343c8fe0$2a6156d1@DF69MK11> <406B377B.3020202@kjchome.homeip.net> Reply-To: "Hal Wigoda" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: "Kevin J. Cummings" Cc: Linux-Admin-Group no that is not right. he wanted files that contained the text "index.html" not the files that had "index.html" in their name. ----- Original Message ----- From: "Kevin J. Cummings" To: "Hal Wigoda" Cc: "Scott@Charter" ; "Linux-Admin-Group" Sent: Wednesday, March 31, 2004 3:26 PM Subject: Re: Questions! > Hal Wigoda wrote: > > 1) rsync > > 2) find -print -type f | xargs grep -l index.html > > More simply: > > 2) find -name index.html -print > > -- > Kevin J. Cummings > kjchome@rcn.com > cummings@kjchome.homeip.net > cummings@kjc386.framingham.ma.us > - > 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