Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gawk-4.0.2 | 2012-12-28 | ||
gawk-4.0.1 | 2012-04-06 | ||
gawk-4.0.0 | 2012-04-06 | ||
README | 2012-04-06 | 594 Bytes | |
Totals: 4 Items | 594 Bytes | 0 |
Many computer users need to manipulate text files: extract and then operate on data from parts of certain lines while discarding the rest, make changes in various text files wherever certain patterns appear, and so on. To write a program to do these things in a language such as C or Pascal is a time-consuming inconvenience that may take many lines of code. The job is easy with awk, especially the GNU implementation: Gawk. The awk utility interprets a special-purpose programming language that makes it possible to handle many data-reformatting jobs with just a few lines of code.