From f830ea191028340ec2daf4fd95b03bd01be48b96 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:16:32 -0600 Subject: [PATCH] Delete wiki/source/screen.md --- wiki/source/screen.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 wiki/source/screen.md diff --git a/wiki/source/screen.md b/wiki/source/screen.md deleted file mode 100644 index 0c1c7f2..0000000 --- a/wiki/source/screen.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: terminal multiplexers - screen -category: software ---- - -`screen` is a unix utility that lets you manage multiple shells from within a single window. You switch between them with a few keystrokes. When you disconnect it keeps the processes alive, and you can reconnect from another login. - -It's pretty handy. [tmux](tmux.html) does a similar set of things. - -a nice [screen tutorial](http://tilde.club/~jonathan/screen/) from ~jonathan will walk you through it. -