←to practical programming

Redirection of standard streams

A POSIX shell can disconnect the standard streams from their default devices and connect them to another devices. This is called redirection of standard streams.

Output redirection

Input redirection and pipes