for instance the command:

find "" * 

yields:

Access denied - STUFF
link|improve this question

79% accept rate
feedback

1 Answer

up vote 2 down vote accepted

If you are using the find from GNUWin32, as I assume you are from the tags, it is conflicting with the find command already built in to Windows. If you wish to use GNU find, you'll want to rename the executable to gfind for example.

link|improve this answer
Wow! Thanks! I wondered why the arguments to the command looked all different and windows like! – leeand00 Apr 15 '10 at 11:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.