X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: Date: Mon, 24 Nov 2008 18:43:46 -0500 From: "Mark J. Reed" To: cygwin AT cygwin DOT com Subject: Re: Re: find . -regex '.*js' -type f -exec md5sum '{}' \\; really slow! Cc: "Matthew Woehlke" In-Reply-To: <31DDB7BE4BF41D4888D41709C476B6570C2AAE56@NIHCESMLBX5.nih.gov> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1227540449 DOT 7201 DOT 45 DOT camel AT LxPC35> <1227542582 DOT 7201 DOT 51 DOT camel AT LxPC35> <1227542941 DOT 7201 DOT 55 DOT camel AT LxPC35> <31DDB7BE4BF41D4888D41709C476B6570C2AAE56 AT NIHCESMLBX5 DOT nih DOT gov> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Mon, Nov 24, 2008 at 5:53 PM, Buchbinder, Barry (NIH/NIAID) [E] wrote: > I'm not sure how symbolic links work with find . -type f, so this might not be a problem. find ignores symlinks by default; but if you specify -follow, then it will descend into symbolic links to directories and return symbolic links to files as matching "-type f". -- Mark J. Reed -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/