From 47e42c6a4109a43db6a40a75c19729f99b9a8af1 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Sat, 9 Oct 2021 07:14:06 -0500 Subject: [PATCH] reptyr: add page (#6787) --- pages/linux/reptyr.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/linux/reptyr.md diff --git a/pages/linux/reptyr.md b/pages/linux/reptyr.md new file mode 100644 index 0000000000..5dd4d5ebc6 --- /dev/null +++ b/pages/linux/reptyr.md @@ -0,0 +1,9 @@ +# reptry + +> Move a running process to a new terminal. +> Best used when you forget to start a long running task in `screen`. +> More information: . + +- Move a running process to your current terminal: + +`reptyr {{pid}}`