Jump to content

Approximate GREP: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
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.
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.
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==

Revision as of 15:57, 28 August 2017

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