agrep icon indicating copy to clipboard operation
agrep copied to clipboard

AGREP - approximate GREP for fast fuzzy string searching. Files are searched for a string or regular expression, with approximate matching capabilities and user-definable records. Developed 1989-1991...

Results 24 agrep issues
Sort by recently updated
recently updated
newest added

`agrep -V` prints this on macOS: ``` AGREP 3.41.5/TG for NATIVE LINUX compiled with GCC Clang 17.0.5 (Nov 25 2023 18:24:29). Manber/Wu/Gries et al. ``` See: https://github.com/Wikinaut/agrep/blob/b7d180fe73636740f694ec60c1ffab52b06e7150/version.h#L73 Please remove the...

``` % make install make: *** No rule to make target `install'. Stop. ```

Would it be possible to surpass the ~32 characters limit of agrep by using 64 bit `unsigned long` instead of `unsigned`? Tried a bit with using `unsigned long` and doubling...