Categorize all articles

This commit is contained in:
Travis Briggs
2020-04-12 22:21:38 -07:00
parent 97344236c5
commit 2595f6c025
31 changed files with 32 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
---
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.