Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <80575AFA5F0DD31197CE00805F650D7602D008@wilber.adroit.com> From: "Robinow, David" To: "'Simon Heffer'" , "'cygwin AT cygwin DOT com'" Subject: RE: Another find missing arg to -exec prob.. Date: Fri, 14 Sep 2001 10:10:35 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" > From: Simon Heffer [mailto:Simon DOT Heffer AT royalblue DOT com] > Subject: Another find missing arg to -exec prob.. > I'm trying to run this from EMACSNT and getting the missing > argument to -exec message... > > f:\cygwin\bin\find . -name *.c -exec grep -n -e blah {} \dev\null \; I suggest you use bash as your emacs shell. See the NTemacs FAQ for instructions. Use -name "*.c" instead of -name *.c to make sure the wild-card is not expanded in the current directory. "find" is a cygwin program so use /dev/null instead of \dev\null -- 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/