Grepper

From software
Revision as of 19:50, 15 March 2014 by Thorfinn (talk | contribs) (Created page with "Small usefull command line program called '''grepper''' which is a usefull to complement POSIX '''grep'''. # You supply a file containing all the ''keys'' that will be search...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Small usefull command line program called grepper which is a usefull to complement POSIX grep.

  1. You supply a file containing all the keys that will be searched for in the datafile. The program will only do a single pass of the datafile.
  2. You specify which column to use for the search.