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:

Related software

GNU Common Lisp
GNU Common Lisp
Free
rating

GCL is a Common Lisp currently compliant with the CLtL1 standard.

GNU Pascal
GNU Pascal
Free
rating

The GNU Pascal Compiler (GPC) is the Pascal compiler of the GNU family.

dotNet Sniffer Win32
dotNet Sniffer Win32
Free
rating

dotNet Sniffer uses the .NET profiler API to save assemblies loaded from memory

GnuWin32: CoreUtils
GnuWin32: CoreUtils
Free
rating

Core Utilities are a set of tools for GNU system manipulation.

Hitex Development Tools GNU C/C++ Tools for ARM
Hitex Development Tools GNU
Free
rating

GCC is a set of compilers produced for various programming languages.

Related suggestions

Tags

Program Language Writing Pattern Scanning Gawk