Skip to content

Instantly share code, notes, and snippets.

@daGrevis
Created March 6, 2019 22:14
Show Gist options
  • Select an option

  • Save daGrevis/cdbb8dd481eef572bdef5db0fa05a8f2 to your computer and use it in GitHub Desktop.

Select an option

Save daGrevis/cdbb8dd481eef572bdef5db0fa05a8f2 to your computer and use it in GitHub Desktop.
aux() {
ps aux | head -n 1
ps aux | grep -i $@ | grep -v 'grep -i'
}
auxpid() {
aux $@ | awk '{print $2}' | tail -n 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment