mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 13:41:58 +00:00
15 lines
343 B
Plaintext
15 lines
343 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|