Differences
This shows you the differences between the selected revisions of the page.
| 2011-11-10 | 2012-02-22 | ||
| examples as subsection (martin) | elaborate on error output (martin) | ||
| Line 8: | Line 8: | ||
| The command must not require user input. | The command must not require user input. | ||
| + | |||
| + | It is an error, if the command has any error output, but no standard output. To circumvent that redirect error output to ''nul'' (''2>/dev/null'') or to standard output (''2>&1''). | ||
| Alias: ''!'' | Alias: ''!'' | ||