* <[EMAIL PROTECTED]> (03-01-31 09:57 +0100) > I trie to search file with find an didn't find all the file which should be > found > > I search for all file starting with 1000 an the file 1000.zip in the > diretory 1000 is not found > $ find . -name 1000\*
find -type f -name '1000*' > ./1000.zip > ./1000 > > but when I ls the directory 1000 the file is listed > $ ls 1000 > 1000.zip > [...] > what is wrong? Is it a bug or my fault? I cannot reproduce this so it's probably PEBCAC. You'd better ask in news:de.comp.os.unix.shell : http://groups.google.com/groups?as_q=find&num=100&as_scoring=r&hl=de&as_ugroup=de.comp.os.unix.shell Thorsten -- Content-Type: text/explicit; charset=ISO-8859-666 (Parental Advisory) Content-Transfer-Warning: message contains innuendos not suited for children under the age of 18 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/