agrep (1) Linux Manual Page
agrep – print lines approximately matching a pattern Synopsisagrep [OPTION]… PATTERN [FILE]… DescriptionSearches for approximate matches of PATTERN in each FILE or standard input. Example: `agrep -2 optimize foo.txt’ outputs all lines in file `foo.txt’ that match "optimize" within two errors. E.g. lines which contain "optimise", "optmise", and "opitmize" all match. OptionsRegexp selection and interpretation:-e…
