| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Message-ID: | <80575AFA5F0DD31197CE00805F650D7602CEC1@WILBER> |
| From: | "Robinow, David" <drobinow AT dayton DOT adroit DOT com> |
| To: | "'cygwin AT cygwin DOT com'" <cygwin AT cygwin DOT com> |
| Subject: | RE: find cmd and bash |
| Date: | Thu, 22 Mar 2001 10:56:57 -0500 |
| MIME-Version: | 1.0 |
| X-Mailer: | Internet Mail Service (5.5.2650.21) |
> From: Kenneth Farley [mailto:KFarley AT alidian DOT com]
> Subject: RE: find cmd and bash
> Thanks. I tried single + double quotes. Same problem. I also
> looked at the
> files and there are no spaces. In fact if you just -print
> everything is fine.
It certainly appears that "grep" and "ctags" are not in your path.
>> 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
--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |