mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-13 23:55:49 +02:00
reptyr: add name search example (#17523)
This commit is contained in:
parent
6fb87976d5
commit
1590a6d1fb
1 changed files with 4 additions and 0 deletions
|
@ -7,3 +7,7 @@
|
|||
- Move a running process to your current terminal:
|
||||
|
||||
`reptyr {{pid}}`
|
||||
|
||||
- Attach to a process using its name:
|
||||
|
||||
`reptyr $(pidof {{htop}})`
|
||||
|
|
Loading…
Add table
Reference in a new issue