This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: find command in cygwin


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]