Sara has asked for the wisdom of the Perl Monks concerning the following question:
I am want to capture or greps the files with cxx at the end and once I find I wana now in which directory they are so my output should look like this forexampleqzang.5 \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 rajeevv.19 \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
I would appricated some hints or tips ;) , thanksnbsstools i95val.cxx nbsstools rlpval.cxx nbsscallpmsg aclpi.cxx
2002-07-05 Edit by Corion Added formatting
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: String Matching
by Abigail-II (Bishop) on Jul 05, 2002 at 16:20 UTC | |
|
(jeffa) Re: String Matching
by jeffa (Bishop) on Jul 05, 2002 at 16:32 UTC | |
by Sara (Acolyte) on Jul 05, 2002 at 18:41 UTC | |
|
Re: String Matching
by flounder99 (Friar) on Jul 05, 2002 at 19:48 UTC |