mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-12 21:35:42 +02:00
screen: add kill current session example (#3078)
This commit is contained in:
parent
ed96fdc869
commit
d96ae8af1f
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@
|
||||||
|
|
||||||
`Ctrl + A, D`
|
`Ctrl + A, D`
|
||||||
|
|
||||||
|
- Kill the current screen session:
|
||||||
|
|
||||||
|
`Ctrl + A, K`
|
||||||
|
|
||||||
- Kill a detached screen:
|
- Kill a detached screen:
|
||||||
|
|
||||||
`screen -X -S {{session_name}} quit`
|
`screen -X -S {{session_name}} quit`
|
||||||
|
|
Loading…
Add table
Reference in a new issue