First page Back Continue Last page Overview

 

Redirecting Input and Output

 
  • Standard Input, Output, and Error can be reconnected to alternate locations

    • Shell redirection operators allow standard I/O channels to be redirected to/from a file
    • Pipes allow standard I/O channels to connected to the input or output of programs