Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com From: Daniel Miller Subject: problem with find/grep Date: Tue, 12 Oct 2004 16:20:24 +0000 (UTC) Organization: Cathartes Aura Lines: 9 Message-ID: X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: adsl-68-123-127-203.dsl.snfc21.pacbell.net User-Agent: Xnews/06.08.25 X-IsSubscribed: yes On linux systems, I typically to global searches with a command such as: find . -name "*.[ch]*" -exec grep -H -n stuff {} \; and this works nicely. However, when I try the same command under Cygwin (from a 4NT prompt, not Bash), I get "find: missing argument to '-exec' ". I tried a variety of modifications to the command but nothing makes this work. What am I missing?? -- 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/