mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
timeout: clarify the default signal sent to the process (#2709)
* timeout: clarify the default signal sent to the process
This commit is contained in:
parent
9749d6fc47
commit
09b880bde4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Run a command with a time limit.
|
> Run a command with a time limit.
|
||||||
|
|
||||||
- Run `sleep 10` and kill it, if it's running after 3 seconds:
|
- Run `sleep 10` and terminate it, if it runs for more than 3 seconds:
|
||||||
|
|
||||||
`timeout {{3s}} {{sleep 10}}`
|
`timeout {{3s}} {{sleep 10}}`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue