Skip to content

Instantly share code, notes, and snippets.

@madx
Created February 15, 2013 13:42
Show Gist options
  • Save madx/4960442 to your computer and use it in GitHub Desktop.
Save madx/4960442 to your computer and use it in GitHub Desktop.
pidenv() {
local pid="$1"
tr '\000' '\n' < /proc/$pid/environ
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment