From 1590a6d1fb8483cc185d38d1f13ad79ca44c00fd Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 5 Aug 2025 15:09:24 +0300 Subject: [PATCH] reptyr: add name search example (#17523) --- pages/linux/reptyr.md | 4 ++++ 1 file changed, 4 insertions(+) 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}})`