find . -regex '.*js' -type f -exec md5sum '{}' \\; really slow!

Mark J. Reed markjreed@gmail.com
Tue Nov 25 10:00:00 GMT 2008


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 <markjreed@gmail.com>

--
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/



More information about the Cygwin mailing list