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 System Security: A Guide for Users and System AdministratorsUNIX System Security: A Guide for Users and System Administrators
by - Addison-Wesley
The first up-to-date source to provide the UNIX system user or administrator with the information needed to protect data and system from unauthorized use. By following the procedures described, you can protect your UNIX system from most attackers.
(6124 views)
Book cover: Introduction to UnixIntroduction to Unix
by - The Ohio State University
Table of contents: History of Unix; Unix Structure; Getting Started; System Resources and Printing; Shells; Special Unix Features; Text Processing; Other Useful Commands; Shell Programming; Editors; Unix Command Summary; A Short Unix Bibliography.
(8375 views)
Book cover: Effective AWK ProgrammingEffective AWK Programming
by
This tutorial covers the entire spectrum of awk script development: From the basics of opening, searching, and transforming text files, to a comprehensive tutorial for regular expressions, to more advanced features like internetworking.
(12691 views)
Book cover: Learning the vi editorLearning the vi editor
- Wikibooks
vi is a powerful editor that is ubiquitous amongst Unix and Unix-like operating systems, but is available on many other operating systems. Even if you use another editor you must have a passing knowledge of vi as an administrator.
(14606 views)