Skip to content

Instantly share code, notes, and snippets.

@GuiMarthe
Created April 13, 2021 15:13
Show Gist options
  • Save GuiMarthe/730df9281de086fbe0c10d0be90bb9f7 to your computer and use it in GitHub Desktop.
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
function psgrep() { ps axuf | grep -v grep | grep "$@" -i --color=auto; }
@GuiMarthe
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment