Sara has asked for the wisdom of the Perl Monks concerning the following question:
I need to grep the .cxx files only and send them to another file , so my new file will have somthing like this :\nbsstools\i95\src\i95val.h@@\main\golden\2 \nbsstools\i95\src\i95val.cxx@@\main\golden\2 \nbsstools\rlp\src\rlpval.cxx@@\main\golden\3 \nbsstools\rlp\src\rlpval.h@@\main\golden\3 source file(s) -- 4 \nbsscallpmsg\acl\src@@\main\golden\4 \nbsscallpmsg\acl\src\aclpi.h@@\main\golden\1 \nbsscallpmsg\acl\src\aclpi.cxx@@\main\golden\1 \nbsssbs\appl\src@@\main\golden\4 \nbsssbs\appl\src\radiomeasurements.h@@\main\golden\1 \nbsssbs\appl\src\radiomeasurements.cxx@@\main\golden\1
then from the new file , I just need to build each file at once , so somhting like build i95val.cxx thanks for ideas or tips.i95val.cxx rlpval.cxx aclpi.cxx radiomeasurements.cxx
2002-07-03 Edit by Corion : Moved to SoPW, added formatting
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: grep from file
by Kanji (Parson) on Jul 03, 2002 at 16:17 UTC | |
by Aristotle (Chancellor) on Jul 03, 2002 at 19:12 UTC | |
|
Re: grep from file
by flounder99 (Friar) on Jul 03, 2002 at 16:27 UTC |