Command summary for input and output redirection
The following are commands for input and output redirection.
Item | Description |
---|---|
> |
Standard output redirection |
< |
Standard input redirection |
> > |
Redirecting output to append to a file |
| |
Redirecting output using pipes and filters |
banner | Writes ASCII character strings in large letters to standard output |
capture | Allows terminal screens to be dumped to a file |
clear | Clears the terminal screen |
echo | Writes character strings to standard output |
script | Allows terminal input and output to be copied to a file |
tee | Displays the standard output of a program and copies it into a file |