Last active
September 16, 2015 08:04
-
-
Save joshy/9b56c03384b91fe47f0a to your computer and use it in GitHub Desktop.
Print working directory of nodejs apps
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
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