Skip to content

Instantly share code, notes, and snippets.

@Tekl
Created May 16, 2017 14:29
Show Gist options
  • Save Tekl/5c2e41c339b0ed65ac503a609c60a30b to your computer and use it in GitHub Desktop.
Save Tekl/5c2e41c339b0ed65ac503a609c60a30b to your computer and use it in GitHub Desktop.
Get process list with uid and path for pasting into a spreadsheat
ps -Ao "ruid=,comm=" | sed -e 's/ *\([0-9]*\) /\1 /' | sort -u | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment