diff options
author | rillig <rillig@pkgsrc.org> | 2020-03-13 06:06:49 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-03-13 06:06:49 +0000 |
commit | 2b26dbf443a56dc44fecf68c43ea19f645cb2af3 (patch) | |
tree | 86969b696b92621b1303b6d9cdfd276f8362ebfc /textproc | |
parent | 1ce9bb9954eec1e5b7f7e3bb280ec6119f52c11f (diff) | |
download | pkgsrc-2b26dbf443a56dc44fecf68c43ea19f645cb2af3.tar.gz |
textproc/glimpse: remove double spaces in DESCR
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/glimpse/DESCR | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/textproc/glimpse/DESCR b/textproc/glimpse/DESCR index 1d1e5a371db..95138a76a2d 100644 --- a/textproc/glimpse/DESCR +++ b/textproc/glimpse/DESCR @@ -1,12 +1,12 @@ -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. +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. |