mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 02:53:08 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
14
tldr/linux/reptyr
Normal file
14
tldr/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