Wikinaut / agrep

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 by Udi Manber, Sun Wu et al. at the University of Arizona. ISC open source license since Sept. 2014.
Other
299 stars 50 forks source link

Missing (greplike) context lines -B and -A #18

Open paulranum11 opened 5 years ago

paulranum11 commented 5 years ago

Working around this is possible by piping to awk and using an NR==FNR program. It would wonderful to have access to grep like -B and -A context lines.