1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 16:33:46 +02:00

caffeinate: add -w flag example (#10749)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
Stephen Ball 2023-09-23 11:36:18 -04:00 committed by K.B.Dharun Krishna
parent a140f87dac
commit 6ee0f4e5a3
No known key found for this signature in database
GPG key ID: 744C6C9642892380

View file

@ -11,6 +11,10 @@
`caffeinate -s "{{command}}"`
- Prevent from sleeping until a process with the specified PID completes:
`caffeinate -w {{pid}}`
- Prevent from sleeping (use `Ctrl + C` to exit):
`caffeinate -i`