
caffeinate
List of commands for caffeinate:
-
caffeinate:tldr:37eb7 caffeinate: Prevent from sleeping for 1 hour (3600 seconds).$ caffeinate -u -t ${3600}try on your machineexplain this command
-
caffeinate:tldr:59abc caffeinate: Prevent from sleeping until a command completes.$ caffeinate -s "${command}"try on your machineexplain this command
-
caffeinate:tldr:c4dfa caffeinate: Prevent from sleeping (use `Ctrl + C` to exit).$ caffeinate -itry on your machineexplain this command
-
caffeinate:tldr:cc87d caffeinate: Prevent disk from sleeping (use `Ctrl + C` to exit).$ caffeinate -mtry on your machineexplain this command
-
caffeinate:tldr:e2354 caffeinate: Prevent desktop from sleeping (use `Ctrl + C` to exit).$ caffeinatetry on your machineexplain this command