Created
April 15, 2012 19:31
-
-
Save tawman/2394435 to your computer and use it in GitHub Desktop.
Sample Bash Shell Process Listing Command Output
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
kvothe:~ todd$ ps aux -u 9633 | |
USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND | |
todd 9633 0.0 0.7 961216 57948 ?? S 10:16AM 0:04.65 /Applications/Google Chrome.app/Contents/MacOS/Google Chrome -psn_0_7591741 | |
kvothe:~ todd$ ps aux -u 9633 | file - | |
/dev/stdin: ASCII text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment