ZSH

Pipe Redirections

> (») send standard output to file (in append mode)
>& (»&) send both standard output and error to file (in append mode)
| send standard output
|& send both standard output and error (shorthand for 2>&1 |)
2>&1 redirect standard error to standard output
| tee output.log send the standard output to both the file and the screen
2>&1 | tee output.logsend both standard output and standard error to both the file and the screen
software/zsh.txt · Last modified: 2013/09/19 16:40 (external edit)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0