diff --git a/pages/linux/reptyr.md b/pages/linux/reptyr.md index a55503e192..fa669d7041 100644 --- a/pages/linux/reptyr.md +++ b/pages/linux/reptyr.md @@ -7,3 +7,7 @@ - Move a running process to your current terminal: `reptyr {{pid}}` + +- Attach to a process using its name: + +`reptyr $(pidof {{htop}})`