Intro to UNIX


Standard I/O and Pipes

stdinstandard input (default = keyboard)
stdoutstandard output (default = screen)
stderrstandard error (default = screen)
pipemakes stdout of one program the stdin of another
filtera program that reads from stdin and writes to stdout (can be used in the middle of a pipeline)

Alyce Brady, Kalamazoo College