wok-next annotate gawk/description.txt @ rev 17705
Up firefox-official (36.0)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Mon Mar 02 06:32:17 2015 -0500 (2015-03-02) |
parents | |
children | c963361d3d54 |
rev | line source |
---|---|
samuel_trassare@11761 | 1 If you are like many computer users, you would frequently like to make changes |
samuel_trassare@11761 | 2 in various text files wherever certain patterns appear, or extract data from |
samuel_trassare@11761 | 3 parts of certain lines while discarding the rest. To write a program to do this |
samuel_trassare@11761 | 4 in a language such as C or Pascal is a time-consuming inconvenience that may |
samuel_trassare@11761 | 5 take many lines of code. The job is easy with awk, especially the GNU |
samuel_trassare@11761 | 6 implementation: gawk. |