Created
April 13, 2021 15:13
-
-
Save GuiMarthe/730df9281de086fbe0c10d0be90bb9f7 to your computer and use it in GitHub Desktop.
neat little function to show a parent and child process in a terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function psgrep() { ps axuf | grep -v grep | grep "$@" -i --color=auto; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bluntly stolen from @nixcraft
https://twitter.com/nixcraft/status/1381986001401257988