in reply to Re: Numbering instances of a String in a file
in thread Numbering instances of a String in a file
orperl mycode.pl < inputfile > outputfile
etc....cat inputfile | perl mycode.pl > outputfile
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Numbering instances of a String in a file
by Anonymous Monk on Jun 07, 2010 at 18:55 UTC |