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]

What's the problem with find?


Several days before, I installed something and I started to ecounter the problem of using find command.
It seems unable to recognise / as a root identifier. Is there anything I can do to recover its functionality?

my cygcheck attached as a reference.. thanks

mcdikcl2@Alvyn ~
$ find / -name 'inline*'
find: /cygdrive/c/Documents and Settings/Administrator: No such file or directory

mcdikcl2@Alvyn ~
$ type find
find is hashed (/usr/bin/find)

mcdikcl2@Alvyn /
$ find usr/ -name 'inline*'
usr/lib/ruby/1.8/rdoc/markup/simple_markup/inline.rb
usr/share/doc/gcc-3.3.1-3/gpc/docdemos/inlinedemo.pas
usr/share/doc/groff/1.18.1/html/momdoc/inlines.html
usr/share/doc/python-2.3.3/html/doc/inline-markup.html
usr/share/docbook-xsl/fo/inline.xsl
usr/share/docbook-xsl/html/inline.xsl
usr/share/docbook-xsl/xhtml/inline.xsl
usr/share/texmf/doc/help/Catalogue/entries/inlinebib.html
usr/src/gcc-3.3.1-3/gcc/testsuite/g++.dg/opt/inline1.C
usr/src/gcc-3.3.1-3/gcc/testsuite/g++.dg/opt/inline2.C
.
.
.
.
.

Attachment: cygcheck.txt
Description: Text document

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