novembro 24th, 2008
shell error redirect
2>&1
Character | Action |
---|---|
| |
| Redirect standard error |
| Redirect standard error to standard output |
| Redirect standard input |
| Pipe standard output to another command |
| Append to standard output |
| Pipe standard output and standard error to another command |