mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 17:46:02 +02:00
timeout: add more information link (#5630)
This commit is contained in:
parent
a3a1e30334
commit
84f549f932
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# timeout
|
# timeout
|
||||||
|
|
||||||
> Run a command with a time limit.
|
> Run a command with a time limit.
|
||||||
|
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/timeout-invocation.html>.
|
||||||
|
|
||||||
- Run `sleep 10` and terminate it, if it runs for more than 3 seconds:
|
- Run `sleep 10` and terminate it, if it runs for more than 3 seconds:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue