c++ - Another grep gripe
- Matthew Wilson (8/8) Dec 18 2003 I wanted to issue the following command-line:
- Walter (3/11) Dec 18 2003 I'll add it to the grep buglist!
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