Skip to content

timeout

  • Execute a command for specified amount of time and stop the process when the specified amount of time completes.
timeout 1 sleep 5 # exists early with 124 status code