Donation?

Harley Hahn
Home Page

Send a Message
to Harley


A Personal Note
from Harley Hahn

Unix Book
Home Page

SEARCH

List of Chapters

Table of Contents

List of Figures

Chapters...
   1   2   3
   4   5   6
   7   8   9
  10  11  12
  13  14  15
  16  17  18
  19  20  21
  22  23  24
  25  26

Glossary

Appendixes...
  A  B  C
  D  E  F
  G  H

Command
Summary...

• Alphabetical
• By category

Unix-Linux
Timeline

Internet
Resources

Errors and
Corrections

Endorsements


INSTRUCTOR
AND STUDENT
MATERIAL...

Home Page
& Overview

Exercises
& Answers

The Unix Model
Curriculum &
Course Outlines

PowerPoint Files
for Teachers

Internet Resources for Chapter 19

Filters: Selecting, Sorting, Combining, and Changing

Filters

http://en.wikipedia.org/wiki/Filter_%28Unix%29

Locales

http://jan.newmarch.name/i18n/locale/locale.html
http://perl.active-venture.com/pod/perllocale-using.html
  Search for "Finding Locales"
Within the online Linux manual, look at
  man 7 locale: http://linux.die.net/man/7/locale
  man 1 locale: http://linux.die.net/man/1/locale
  man 1 perllocale: http://linux.die.net/man/1/perllocale

Joins

http://en.wikipedia.org/wiki/Join_%28SQL%29
http://www.albany.edu/~ig4895/join.htm (examples)

tsort program

http://lists.gnu.org/archive/html/bug-gnu-utils/2002-02/msg00081.html

strings program

http://linux.about.com/library/cmd/blcmdl1_strings.htm

Unix for Poets (examples of using filters with words)

http://www.stanford.edu/class/cs224n/handouts/kwc-unix-for-poets.pdf

tr program

Within the book Unix Power Tools, look at:
•Section 21.11, page 404
•Section 17.18, page 322 (filtering text in vi)
•page 307: reference for Review Question #4.

sed program

http://www.grymoire.com/Unix/Sed.html
http://www.student.northpark.edu/pemente/sed/
http://www.student.northpark.edu/pemente/sed/sedfaq.html (FAQ)
http://www.student.northpark.edu/pemente/sed/sed1line.txt
  One-line programs: useful and instructive
Within the book Unix Power Tools, look at:
•Section 43.1, page 668

Jump to top of page