Jump to content

Approximate GREP: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
Line 17: Line 17:
* 2.04 (1992) -  
* 2.04 (1992) -  
* 3.0 (1994)
* 3.0 (1994)
* 3.35 (Jan 1998) - OS/2 & DOS: [https://www.tgries.de/agrep/335/agrep2.zip agrep2.zip], [https://www.tgries.de/agrep/335/agrep.zip agrep.zip] ( [[EMX runtime]] 0.9c or higher required)
* 3.35 (Jan 1998) - OS/2 & DOS: [https://www.tgries.de/agrep/335/agrep2.zip agrep2.zip], [https://www.tgries.de/agrep/335/agrep.zip agrep.zip] ([[EMX runtime]] 0.9c or higher required)
Win32
Win32
* 3.37
* 3.37

Latest revision as of 23:41, 14 September 2022

Approximate GREP
Name AGREP
Version 3.35 (1998)
Vendor
Author Udi Manber, Sun Wu
Licence GLIMPSE License (< V3.41)
ISC License
WWW http://www.tgries.de/agrep/

AGREP (Approximate GREP) is a utility that searches text input files such as source code for records containing strings which either exactly or approximately match a pattern. Approximate matching allows finding records that contain the pattern with several errors including substitutions, insertions, and deletions.

AGREP supports many kinds of queries including arbitrary wild cards, sets of patterns, and in general, regular expressions (RE). It also supports most of the options supported by the GREP family plus several more.

Versions

  • 1.0 (Jun 1991)
  • 2.01 (Jan 1992)
  • 2.02 (Mar 1992)
  • 2.04 (1992) -
  • 3.0 (1994)
  • 3.35 (Jan 1998) - OS/2 & DOS: agrep2.zip, agrep.zip (EMX runtime 0.9c or higher required)

Win32

  • 3.37
  • 3.4.11 (2011)
  • 3.4.12

Links