1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-13 21:35:42 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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}})`