mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 21:50:50 +00:00
Update cheatsheets
This commit is contained in:
14
linux/reptyr
Normal file
14
linux/reptyr
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user