c++ - Another grep gripe
- "Matthew Wilson" <matthew.hat stlsoft.dot.org> Dec 18 2003
- "Walter" <walter digitalmars.com> Dec 18 2003
I wanted to issue the following command-line: whereis -i *.h > %TMP%\x && grep O_CREATE %TMP%\x && del %TMP%\x but, alas, DMC++'s grep does not seem to be able to read from a file-list file. :( My guess is that this would be much easier to add than the stdio reading. Any chance ... ? :) Matthew
Dec 18 2003
I'll add it to the grep buglist! "Matthew Wilson" <matthew.hat stlsoft.dot.org> wrote in message news:brruk1$2krn$1 digitaldaemon.com...I wanted to issue the following command-line: whereis -i *.h > %TMP%\x && grep O_CREATE %TMP%\x && del %TMP%\x but, alas, DMC++'s grep does not seem to be able to read from a file-list file. :( My guess is that this would be much easier to add than the stdio reading. Any chance ... ? :) Matthew
Dec 18 2003








"Walter" <walter digitalmars.com>