mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:53:34 +02:00
caffeinate: add -w
flag example (#10749)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
a140f87dac
commit
6ee0f4e5a3
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue