Timeout for Mac – Stop executing command

I wanted to stop a executed command after a specified timespan.

You have to install coreutils to get the timeout command.

 

Brew on Mac:

brew install coreutils

 

Use timeout:

gtimeout 5 whois google.com

gtimeout SECONDS COMMAND

Kommentar verfassen

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

Nach oben scrollen