find dir <expr1> -o <expr2> does not work

Eric Hanchrow offby1@blarg.net
Tue Jun 20 22:24:00 GMT 2006


    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/



More information about the Cygwin mailing list