@@ -9,3 +9,7 @@
- list all running processes including the full command string
`ps auxww`
+
+- search for a process that matches a string
+`ps aux | grep {{string}}`