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 15

Standard I/O, Redirection, and Pipes

Standard Input, Output, Error

http://en.wikipedia.org/wiki/Standard_streams

Advanced Bash-scripting guide

http://www.tldp.org/LDP/abs/html/

Redirection

http://sc.tamu.edu/help/general/unix/redirection.html
  Good summary
http://www.tldp.org/LDP/abs/html/io-redirection.html
  Advanced Bash-scripting guide
http://www.linuxdevcenter.com/pub/a/linux/lpt/13_01.html
  From Unix Power Tools

Pipelines

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

Doug McIlroy (suggested the idea of pipes)

http://www.princeton.edu/~hos/frs122/precis/mcilroy.htm
http://cm.bell-labs.com/cm/cs/who/dmr/mdmpipe.html
http://cm.bell-labs.com/cm/cs/who/dmr/mdmpipe.pdf
http://www.cs.bell-labs.com/who/doug/

Tees

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

Bit

http://en.wikipedia.org/wiki/Bit_bucket

Jump to top of page