mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 13:35:26 +02:00
reptyr: add page (#6787)
This commit is contained in:
parent
59b377a6e8
commit
47e42c6a41
1 changed files with 9 additions and 0 deletions
9
pages/linux/reptyr.md
Normal file
9
pages/linux/reptyr.md
Normal file
|
@ -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: <https://github.com/nelhage/reptyr>.
|
||||
|
||||
- Move a running process to your current terminal:
|
||||
|
||||
`reptyr {{pid}}`
|
Loading…
Add table
Reference in a new issue