Grep3.11

  • Submit New Release
  • Edit Grep Information
  • Submit a New Software

Prints lines that contain a match for a pattern.

Sunday, May 14, 2023
  • Applications
  • Files
  • Utilities

Grep searches input files for lines containing a match to a given pattern list. When it finds a match in a line, it copies the line to standard output (by default), or produces whatever other sort of output you have requested with options.

Though grep expects to do the matching on text, it has no limits on input line length other than available memory, and it can match arbitrary characters within a line. If the final byte of an input file is not a newline, grep silently supplies one. Since newline is also a separator for the list of patterns, there is no way to match newline characters in a text.

grep Dev Team
  • linux
  • Downloads
    1972
  • License
    GPL

Downloads / Release History


May
14
2023
Grep 3.11
March
23
2023
Grep 3.10
March
06
2023
Grep 3.9
September
04
2022
Grep 3.8
November
09
2020
Grep 3.6
September
28
2020
Grep 3.5
July
03
2017
Grep 3.1
October
28
2013
Grep 2.15
August
20
2012
Grep 2.14
July
05
2012
Grep 2.13
April
24
2012
Grep 2.12

Comments

No comment. Be the first to enter a comment.
Replying to:
Cancel

Last articles