» Main »
Gawk - Gawk: pattern scanning and processing language
Published by apps.0install.net
- Overview
This is a Zero Install feed. This software cannot be run as an application directly. It is a library for other programs to use.
For more information about Zero Install, see 0install.net.
- Full name
- Description
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. The Win32 port has some limitations, In particular the ‘|&’ operator and TCP/IP networking are not supported.
- Icon
- Icon
- Homepage
- Available versions
The list below is just for information; Zero Install will automatically select one of these versions for you.
Version Released Stability Platform Download 3.1.6-1 2008-02-10 Windows-* Download (1448542 bytes) Non-Zero Install packages provided distributions can also provide this interface:
Distribution Package name Gentoo sys-apps/gawk gawk - Required libraries
This feed does not list any additional requirements.