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 <[EMAIL PROTECTED]> -- 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/