wok-next diff gawk/description.txt @ rev 21226

updated chocolate-doom (1.4.0 -> 3.0.0)
author Hans-G?nter Theisgen
date Tue Dec 03 16:21:36 2019 +0100 (2019-12-03)
parents 8e758a7a90c9
children
line diff
     1.1 --- a/gawk/description.txt	Wed Feb 22 13:34:36 2012 -0800
     1.2 +++ b/gawk/description.txt	Tue Dec 03 16:21:36 2019 +0100
     1.3 @@ -1,6 +1,14 @@
     1.4 -If you are like many computer users, you would frequently like to make changes 
     1.5 -in various text files wherever certain patterns appear, or extract data from 
     1.6 +If you are like many computer users, you would frequently like to make changes
     1.7 +in various text files wherever certain patterns appear, or extract data from
     1.8  parts of certain lines while discarding the rest. To write a program to do this
     1.9 -in a language such as C or Pascal is a time-consuming inconvenience that may 
    1.10 -take many lines of code. The job is easy with awk, especially the GNU 
    1.11 -implementation: gawk. 
    1.12 +in a language such as C or Pascal is a time-consuming inconvenience that may
    1.13 +take many lines of code. The job is easy with awk, especially the GNU
    1.14 +implementation: gawk.
    1.15 +
    1.16 +The package contains:
    1.17 +
    1.18 +  * `awk` - A link to gawk
    1.19 +  * `gawk` - A program for manipulating text files; it is the GNU
    1.20 +    implementation of awk
    1.21 +  * `gawk-4.1.3` - A hard link to gawk
    1.22 +  * `igawk` - Gives gawk the ability to include files