Differences
This shows you the differences between the selected revisions of the page.
2015-12-21 | 2016-04-07 | ||
net anchor (martin) | timeout (martin) | ||
Line 14: | Line 14: | ||
It is an error, if the command has any error output, but no standard output. To circumvent that redirect the error output to ''null'' (''2>/dev/null'') or to the 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 ''null'' (''2>/dev/null'') or to the standard output (''2>&1''). | ||
+ | |||
+ | If the command execution takes long, you may hit a session timeout. If you need to execute long-running commands, increase the session timeout using the ''[[scriptcommand_open#timeout|-timeout]]'' switch of the ''[[scriptcommand_open|open]]'' command. | ||
Alias: ''!'' | Alias: ''!'' |