Skip to content

Instantly share code, notes, and snippets.

@joshy
Last active September 16, 2015 08:04
Show Gist options
  • Save joshy/9b56c03384b91fe47f0a to your computer and use it in GitHub Desktop.
Save joshy/9b56c03384b91fe47f0a to your computer and use it in GitHub Desktop.
Print working directory of nodejs apps
pwdx `ps -ef | grep nodejs | awk {'print$2'}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment