What about something along the lines of these examples?

        find .
        find . | sort
        find /usr/local | sort

also

        find . -type d     # to list just directories
        find . -type f     # to list just files
        find . -type l     # to list just links

Any use?

Fergus



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

Reply via email to