GnuWin32: Gawk 3.1
Download
Free   5 MB

GnuWin32: Gawk 3.1

Free Several kinds of tasks occur repeatedly when working with text files
3.6 
Rating
Your vote:
Latest version:
3.1.6.1 See all
Developer:
Screenshots
1 / 2
Awards (1)
Show all awards
Software Informer Virus Free award
Freeware
Download
Free   5 MB

Gawk: pattern scanning and processing language. Several kinds of tasks occur repeatedly when working with text files. You might want to extract certain lines and discard the rest. Or you may need to make changes wherever certain patterns appear, but leave the rest of the file alone. Writing single-use programs for these tasks in languages such as C, C or Pascal is time-consuming and inconvenient. Such jobs are often easier with awk. The awk utility interprets a special-purpose programming language that makes it easy to handle simple data-reformatting jobs. The GNU implementation of awk is called gawk; it is fully compatible with the System V Release 4 version of awk. gawk is also compatible with the POSIX specification of the awk language. This means that all properly written awk programs should work with gawk. Thus, we usually don’t distinguish between gawk and other awk implementations. Using awk allows you to:
-Manage small, personal databases
-Generate reports
-Validate data
-Produce indexes and perform other document preparation tasks
-Experiment with algorithms that you can adapt later to other computer languages.
In addition, gawk provides facilities that make it easy to:
-Extract bits and pieces of data for processing
-Sort data
-Perform simple network communications.

Comments

3.6
Rating
57 votes
5 stars
12
4 stars
21
3 stars
12
2 stars
12
1 stars
0
User

Your vote:

Suggestions

  • Awk for dos