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}}`