- Comp.lang.awk FAQ From: awkfaq@locutus.ofB.ORG Newsgroups: comp.lang.awk, comp.answers, news.answers Subject: comp.lang.awk FAQ Followup-To: comp.lang.awk Date: 10 Jun 2002 20:00:00 -0600 Organization: Private System, Edmonton, AB, Canada Expires: 11 Jul 2002 12:00:00 GMT Message-ID: 20020610.awkfaq.01@locutus.ofB.ORG Reply-To: awkfaq@locutus.ofB.ORG Summary: FAQ (Frequently Asked Questions) ...www.faqs.org/faqs/computer-lang/awk/faq
- AWK ------------------------- How to Use AWK -------------------------- Awk is an powerful command language that allows the user to manipulate files containing columns of data and strings. Awk is extremely useful, both for general operation of Unix commands, and for data reduction (e.g. IRAF). You might also learn how to use the stream editor sed. Many applications of awk resemble those done on ...sparky.rice.edu/~hartigan/awk.html