in reply to Re: find a string and count of its occurence in a text file
in thread find a string and count of its occurence in a text file
which loads the entire file into memory (or at least, tries to).grep /fred/,<FILE>;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: find a string and count of its occurence in a text file
by Anonymous Monk on Nov 14, 2007 at 18:44 UTC |