Igor Pechtchanski wrote:
This message is produced by GNU find. "find -name a ." will result in such.
Oops. (Crawl under rock..)
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.ht
On Fri, 29 Apr 2005, Shankar Unni wrote:
> lin q wrote:
>
> > $ find . -type f -print
> > find: paths must precede expression
> > Usage: find [-H] [-L] [-P] [path...] [expression]
This message is produced by GNU find. "find -name a ." will result in
such.
> > Do you see anything wrong?
> >
> >
lin q wrote:
$ find . -type f -print
find: paths must precede expression
Usage: find [-H] [-L] [-P] [path...] [expression]
Do you see anything wrong?
$ which find
/usr/bin/find
This combo means that you have C:\Windows\System32 in your PATH
environment before C:\cygwin\bin. Either flip these arou
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
lin q schrieb:
> $ find . -type f -print
$ find . -type f -print
./.bashrc
./.bash_history
./.bash_profile
.
.
.
$ uname -a
CYGWIN_NT-5.1 t636 1.5.15(0.127/4/2) 2005-04-18 12:20 i686 unknown
unknown Cygwin
Everything works as expected here. Which version are you using?
Oliver
--
Unsubscribe in
Hi,
I am having a hard time running find command in cygwin, here is an
example,
$ find . -type f -print
find: paths must precede expression
Usage: find [-H] [-L] [-P] [path...] [expression]
Do you see anything wrong?
$ which find
/usr/bin/find
Thanks
6 matches
Mail list logo