Skip to content

Instantly share code, notes, and snippets.

@cuiwm
Forked from tobym/gist:3538214
Created November 1, 2018 10:08
Show Gist options
  • Save cuiwm/56a4446cc24078d0cd1f032a40f3fb66 to your computer and use it in GitHub Desktop.
Save cuiwm/56a4446cc24078d0cd1f032a40f3fb66 to your computer and use it in GitHub Desktop.
My pwdx implementation for a mac
#!/bin/bash
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