Logo

An Awk Primer by Aurelio A. Heckert

Small book cover: An Awk Primer

An Awk Primer
by

Publisher: Wikibooks
Number of pages: 49

Description:
Awk has two faces: it is a utility for performing simple text-processing tasks, and it is a programming language for performing complex text-processing tasks. Awk is useful for simple, quick-and-dirty computational programming.

Home page url

Download or read it online for free here:
Download link
(280KB, PDF)

Similar books

Book cover: UNIX Systems Programming for SVR4UNIX Systems Programming for SVR4
by - O'Reilly
The nitty gritty details on how UNIX interacts with applications. If you're working on any System V Release 4 platform, you'll find this book indispensable. It contains examples on topics ranging from string manipulation to network programming.
(8981 views)
Book cover: Grokking the GIMPGrokking the GIMP
by - Sams
This book is not about tips and tricks, and it's not a collection of image manipulation problems. It is about understanding image manipulation concepts, about knowing which GIMP tools are most effective, and about the savvy use of these tools.
(20172 views)
Book cover: Unix System AdministrationUnix System Administration
by - The Ohio State University
Systems administration is the installation and maintenance of the UNIX computer system. The system administrator will need to maintain the software and hardware for the system. This includes hardware configuration, software installation, etc.
(11214 views)
Book cover: GNU Bash Reference ManualGNU Bash Reference Manual
by - gnu.org
A description of the features that are present in the Bash shell. GNU Bash is an implementation of the POSIX.2 specification, with additional features from the C-shell and Korn shell. Most Bourne shell scripts can be run by Bash without modification.
(14273 views)