1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/reptyr.md

10 lines
251 B
Markdown
Raw Normal View History

# reptyr
2021-10-09 07:14:06 -05:00
> 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}}`