mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:22:07 +02:00
9 lines
251 B
Markdown
9 lines
251 B
Markdown
# reptyr
|
|
|
|
> Move a running process to a new terminal.
|
|
> Best used when you forget to start a long running task in `screen`.
|
|
> More information: <https://github.com/nelhage/reptyr>.
|
|
|
|
- Move a running process to your current terminal:
|
|
|
|
`reptyr {{pid}}`
|