Created
May 16, 2017 14:29
-
-
Save Tekl/5c2e41c339b0ed65ac503a609c60a30b to your computer and use it in GitHub Desktop.
Get process list with uid and path for pasting into a spreadsheat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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