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: From: Kenneth Farley To: "'cygwin AT cygwin DOT com'" , Kenneth Farley Subject: find cmd and bash Date: Thu, 22 Mar 2001 07:02:50 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sirs: I am trying to get two command sets to work using find. I have resolved getting the correct find in the path, but am still having problems. $ find . -type f -name *.cpp -print | xargs grep -n 'Xpif*' xargs: grep: No such file or directory find . \( -name '*.[ch]' -o -name '*.cpp' \) -exec ctags -u {} \; find: ctags: No such file or directory find: ctags: No such file or directory find: ctags: No such file or directory find: ctags: No such file or directory find: ctags: No such file or directory find: ctags: No such file or directory find: ctags: No such file or directory find: ctags: No such file or directory find: ctags: No such file or directory find: ctags: No such file or directory It seems to be the same type of problem in both cases. Which is passing the stuff from find to the next command. Thanks, Ken F -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple