DESCR 734 B

123456789101112
  1. Glimpse (which stands for GLobal IMPlicit SEarch) is an indexing and
  2. query system that allows you to search through all your files very
  3. quickly. For example, finding 296 lines containing 'whitehouse' in 8750
  4. files occupying 104MB took 6 seconds on a SUN Sparc 5. Glimpse supports
  5. most of agrep's options (agrep is our powerful version of grep)
  6. including approximate matching (e.g., finding misspelled words), Boolean
  7. queries, and even some limited forms of regular expressions. It is used
  8. in the same way, except that you don't have to specify file names. So,
  9. if you are looking for a needle anywhere in your file system, all you
  10. have to do is say glimpse needle and all lines containing needle will
  11. appear preceded by the file name.