freebsd-ports/textproc/glimpse/pkg-descr
Andrey A. Chernov 00dd862383 MASTER_SITE gone, switch to new one
Update to 4.12.6
2000-05-06 01:53:36 +00:00

15 lines
794 B
Plaintext

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