Skip to content

Instantly share code, notes, and snippets.

@ttscoff
Last active February 20, 2025 09:58
Show Gist options
  • Save ttscoff/5157745 to your computer and use it in GitHub Desktop.
Save ttscoff/5157745 to your computer and use it in GitHub Desktop.
# updated per Lri's comment
alias psgrep="ps -Aco pid,comm | sed 's/^ *//'| sed 's/:/ /'|grep -iE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment