Skip to content

Instantly share code, notes, and snippets.

@Stantheman
Created November 25, 2014 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Stantheman/44693b9f64d4a4f0cc3c to your computer and use it in GitHub Desktop.
Save Stantheman/44693b9f64d4a4f0cc3c to your computer and use it in GitHub Desktop.
➜ pstree for i in {1..32768}; do if [[ -d /proc/$i ]]; then echo /proc/$i; fi done | wc -l
181
➜ pstree find /proc/ -maxdepth 1 -type d -name '[0-9]*' | wc -l
132
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment