Jump to content

Approximate GREP: Difference between revisions

From EDM2
m clarification
Ak120 (talk | contribs)
mNo edit summary
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Approximate GREP or '''AGREP''' 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.
{{Software
|Picture=Agrep.gif
|Name=AGREP
|Version=3.35 (1998)
|Author=Udi Manber, Sun Wu
|Licence=[[GLIMPSE License]] (< V3.41)<br/>[[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.
AGREP supports many kinds of queries including arbitrary wild cards, sets of patterns, and in general, [[regular expression]]s (RE). It also supports most of the options supported by the GREP family plus several more.


==Versions==
==Versions==
* Last OS/2 & DOS version: [http://hobbes.nmsu.edu/download/pub/os2/util/file/agrep2.zip AGREP 3.35]
* 1.0 (Jun 1991)
* Last MS Windows version: AGREP 3.37
* 2.01 (Jan 1992)
* Last known version: AGREP 3.4.11
* 2.02 (Mar 1992)
====Prerequisites====
* 2.04 (1992) -
* [[EMX runtime]] 0.9c or higher
* 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)
Win32
* 3.37
 
* 3.4.11 (2011)
* 3.4.12


==Links==
==Links==
* [http://www.tgries.de/agrep/ AGREP homepage]
* [https://github.com/Wikinaut/agrep GitHub]
* [https://github.com/Wikinaut/agrep Project page] on [[GitHub]]
==License==
* Open source software, versions prior to 3.4.1 were under the [[GLIMPSE License]], but versions newer than that use the [[ISC License]].
 


[[Category:Tools]][[Category:DOS Tools]][[Category:Software written in C]][[Category:Open Source Software]][[Category:Software written with the EMX toolkit]][[Category:MS Windows Tools]][[Category:Linux Tools]][[Category:Tools]]
[[Category:Software written in C]][[Category:Open Source Software]]

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