Differences

This shows you the differences between two versions of the page.

Link to this comparison view

dev:bash:timeout [2020/11/04 06:11] – created jsdev:bash:timeout [2020/11/04 06:27] (current) js
Line 1: Line 1:
 ====== timeout ====== ====== timeout ======
 +
 +//"Start COMMAND, and kill it if still running after NUMBER seconds. SUFFIX may be 's' for seconds (the default), 'm' for minutes, 'h' for hours or 'd' for days."//
 +
 +Homepage: [[http://www.gnu.org/software/coreutils/]]
 +
 +<code bash>#timeout --signal=9 2 sleep 10</code>
 +<code>Killed</code>