find cmd and bash

Robinow, David drobinow@dayton.adroit.com
Thu Mar 22 08:00:00 GMT 2001


> From: Kenneth Farley [ mailto:KFarley@alidian.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



More information about the Cygwin mailing list