Skip to content

Instantly share code, notes, and snippets.

@danielnegri
Forked from tobym/pwdx_for_mac.bash
Created November 15, 2016 20:42
Show Gist options
  • Select an option

  • Save danielnegri/b7b998eba4647579c432c79b76fcd7c8 to your computer and use it in GitHub Desktop.

Select an option

Save danielnegri/b7b998eba4647579c432c79b76fcd7c8 to your computer and use it in GitHub Desktop.
pwdx for mac. Usage: pwx pid
function pwdx {
lsof -a -p $1 -d cwd -n | tail -1 | awk '{print $NF}'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment