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" <cummings@xxxxxxxxxxxxxxxxxx> To: "Hal Wigoda" <hwigoda@xxxxxxxxxxxxxx> Cc: "Scott@Charter" <scott.smallsreed@xxxxxxxxxxx>; "Linux-Admin-Group" <linux-admin@xxxxxxxxxxxxxxx> Sent: Wednesday, March 31, 2004 3:26 PM Subject: Re: Questions! > Hal Wigoda wrote: > > 1) rsync > > 2) find <dirname> -print -type f | xargs grep -l index.html > > More simply: > > 2) find <dirname> -name index.html -print > > -- > Kevin J. Cummings > kjchome@xxxxxxx > cummings@xxxxxxxxxxxxxxxxxx > cummings@xxxxxxxxxxxxxxxxxxxxxxx > - > : send the line "unsubscribe linux-admin" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html - : send the line "unsubscribe linux-admin" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html