reptyr: add name search example (#17523)

This commit is contained in:
Managor
2025-08-05 15:09:24 +03:00
committed by GitHub
parent 6fb87976d5
commit 1590a6d1fb
+4
View File
@@ -7,3 +7,7 @@
- Move a running process to your current terminal:
`reptyr {{pid}}`
- Attach to a process using its name:
`reptyr $(pidof {{htop}})`