1
0
mirror of https://github.com/jlevy/the-art-of-command-line.git synced 2025-01-18 03:22:07 +02:00

Merge pull request #300 from rahulkavale/master

Added timeout command
This commit is contained in:
Joshua Levy 2015-11-01 19:28:17 -08:00
commit b8c0185102

View File

@ -386,6 +386,8 @@ A few examples of piecing together commands:
- `time`: execute and time a command
- `timeout`: execute a command for specified amount of time and stop the process when the specified amount of time completes.
- `lockfile`: create semaphore file that can only be removed by `rm -f`
- `logrotate`: rotate, compress and mail logs.