1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-10 09:15:44 +02:00

screen: add kill current session example (#3078)

This commit is contained in:
Michael Miller 2019-06-14 13:02:28 -04:00 committed by Marco Bonelli
parent ed96fdc869
commit d96ae8af1f

View file

@ -26,6 +26,10 @@
`Ctrl + A, D`
- Kill the current screen session:
`Ctrl + A, K`
- Kill a detached screen:
`screen -X -S {{session_name}} quit`