About this document
Unix I/O Redirection Explained by DaWheng Vargas is a document available to read on EtoBox.
This document discusses standard input/output/error in Unix/Linux systems and how to redirect and pipe data between programs. Standard output can be redirected to files using > or >>, standard error can be redirected separately using >&. Filters are programs that read from standard input, modify the data, and write to standard output, and can be piped together using |. The tee command replicates standard output to both standard output and one or more files.
- Author
- DaWheng Vargas
- Language
- EN