Gawk

 [image of the Head of a GNU]


If you are like many computer users, you would frequently like to make changes in various text files wherever certain patterns appear, or extract data from parts of certain lines while discarding the rest. To write a program to do this in a language such as C or Pascal is a time-consuming inconvenience that may take many lines of code. The job is easy with awk, especially the GNU implementation: gawk.

The awk utility interprets a special-purpose programming language that makes it possible to handle simple data-reformatting jobs with just a few lines of code.

The source code for GNU awk is available from the GNU project's ftp server.

The gawk manual is available online.

A separate manual for the special TCP/IP networking features of GNU awk is also available online: gawkinet.

Bug reports and feature suggestions for gawk should be sent to bug-gawk@gnu.org. This is an alias for the bug-gnu-utils list, if you want to subscribe or look at the archive.


Return to GNU's home page.

Please send FSF & GNU inquiries & questions to gnu@gnu.org. There are also other ways to contact the FSF.

Please send comments on these web pages to webmasters@www.gnu.org, send other questions to gnu@gnu.org.

Copyright © 2004, 2006 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

Updated: $Date: 2006/11/23 07:00:01 $ $Author: ramprasadb $