This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: find dir <expr1> -o <expr2> does not work
find common -type f -o -type l
(get nothing here )
Your problem is with "find", not with Cygwin.
Try
find common -type f -o -type l -print
--
As economics is known as "The Miserable Science", software
engineering should be known as "The Doomed Discipline"
-- Edsger Dijkstra
--
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/