lin q schrieb:
> $ find . -type f -print
> find: paths must precede expression
> Usage: find [-H] [-L] [-P] [path...] [expression]
$ find -a . -type f -print
find: paths must precede expression
Usage: find [-H] [-L] [-P] [path...] [expression]
$
$ uname -a
CYGWIN_NT-5.1 R1W51 1.5.16(0.128/4/2) 2005-04-25 20:26 i686
unknown unknown Cygwin
Don't you redefine find as an aliase or function?
Please try
$ type find
Kazuyuki
--
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/