timeout: add more information link (#5630)

add-set-more-info-link.py
marchersimon 2021-03-30 15:32:42 +02:00 committed by GitHub
parent a3a1e30334
commit 84f549f932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# timeout
> 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: