Jump to content

Approximate GREP: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 7: Line 7:
* Last MS Windows version: AGREP 3.37
* Last MS Windows version: AGREP 3.37
* Last known version: AGREP 3.4.11
* Last known version: AGREP 3.4.11
====Prerequisites====
====Prerequisites====
* [[EMX runtime]] 0.9c or higher
* [[EMX runtime]] 0.9c or higher
Line 13: Line 14:
* [http://www.tgries.de/agrep/ AGREP homepage]
* [http://www.tgries.de/agrep/ AGREP homepage]
* [https://github.com/Wikinaut/agrep Project page] on [[GitHub]]
* [https://github.com/Wikinaut/agrep Project page] on [[GitHub]]
==License==
==License==
* Open source software, versions prior to 3.4.1 were under the [[GLIMPSE License]], but versions newer than that use the [[ISC 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: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: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:Generic Unix Tools]]

Revision as of 15:51, 20 October 2016

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.

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

  • Last OS/2 & DOS version: AGREP 3.35
  • Last MS Windows version: AGREP 3.37
  • Last known version: AGREP 3.4.11

Prerequisites

Links

License