| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Message-ID: | <BAY104-F27329FEA31AC3CFBAF5814D6A60@phx.gbl> |
| X-Originating-Email: | [mattmova AT hotmail DOT com] |
| X-Sender: | mattmova AT hotmail DOT com |
| From: | "Matthew Movafaghi" <mattmova AT hotmail DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Simple find command does not work for * .html |
| Date: | Wed, 07 Sep 2005 19:48:36 +0000 |
| Mime-Version: | 1.0 |
For some reason the following find command will not complete for *.html.
It says: find: paths must precede expression....
however, all of the other ones work.
I searched on google and all I came up with was this.
http://blogs.warwick.ac.uk/hmjamieson/favs/my_favourites/?item=&display=full&index=0
If you search for "paths must" you will find another user who ran into a
similar problem
`find d:\ -type f -perm -u+w -name *.properties`
`find d:\ -type f -perm -u+w -name *.html`
for FILE in `find d:\ -type f -perm -u+w -name *.unittest`
for FILE in `find $d:\ -type f -perm -u+w -name *.java`
for FILE in `find ${ORIGINAL_DRIVE}${COPY_FOLDER} -type f -perm -u+w -name
*.jsp`
Thanks, Matt
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |