Differences
This shows you the differences between the selected revisions of the page.
| 2014-10-01 | 2015-02-23 | ||
| discarding ~~TOC~~ tag (martin) | articles (martin) | ||
| Line 13: | Line 13: | ||
| 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''). | + | It is an error, if the command has any error output, but no standard output. To circumvent that redirect the error output to ''nul'' (''2>/dev/null'') or to the standard output (''2>&1''). |
| Alias: ''!'' | Alias: ''!'' | ||