Skip to content

Commit

Permalink
add screen commands
Browse files Browse the repository at this point in the history
  • Loading branch information
PingjunChen committed Jan 23, 2024
1 parent a58db21 commit 55018b8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/screen.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
screen
========
`screen <https://www.gnu.org/software/screen/manual/screen.html>`_ is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells.

List available screens
--------
:code:`$ screen -ls`

Start a new screen with name
--------
:code:`$ screen -S <screen_name>`

Attach to session
--------
:code:`$ screen -R <screen_name>`

0 comments on commit 55018b8

Please sign in to comment.