This entry is very new in the tldr-pages project, hence translation data is currently unavailable for a while.
caffeinate
Menghindari macOS dari sleep (mode tidur). Informasi lebih lanjut: https://keith.github.io/xcode-man-pages/caffeinate.8.html.
- Menghindari mode sleep selama 1 jam (3600 detik):
caffeinate -u -t
3600
- Menghindari mode sleep sampai sebuah command selesai:
caffeinate -s
command
- Menghindari mode sleep sampai anda mengetik Ctrl-C:
caffeinate -i