[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
13.3 A Grab Bag of awk
Programs
This section is a large “grab bag” of miscellaneous programs. We hope you find them both interesting and enjoyable.
13.3.1 Finding Duplicated Words in a Document | Finding duplicated words in a document. | |
13.3.2 An Alarm Clock Program | An alarm clock. | |
13.3.3 Transliterating Characters | A program similar to the tr utility.
| |
13.3.4 Printing Mailing Labels | Printing mailing labels. | |
13.3.5 Generating Word-Usage Counts | A program to produce a word usage count. | |
13.3.6 Removing Duplicates from Unsorted Text | Eliminating duplicate entries from a history file. | |
13.3.7 Extracting Programs from Texinfo Source Files | Pulling out programs from Texinfo source files. | |
13.3.8 A Simple Stream Editor | ||
13.3.9 An Easy Way to Use Library Functions | A wrapper for awk that includes
files.
| |
13.3.10 Finding Anagrams From A Dictionary | Finding anagrams from a dictionary. | |
13.3.11 And Now For Something Completely Different | People do amazing things with too much time on their hands. |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |