Skip to content

Instantly share code, notes, and snippets.

@samclane
Created February 7, 2016 01:20
Show Gist options
  • Save samclane/e62ae75a976d74e950df to your computer and use it in GitHub Desktop.
Save samclane/e62ae75a976d74e950df to your computer and use it in GitHub Desktop.
display all processes with me as owner
ps -ef | awk '$1 ~ /sawyer/ { print }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment