Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - Another grep gripe
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
|