Skip to content

Instantly share code, notes, and snippets.

@mfdj
Created January 6, 2014 06:42
Show Gist options
  • Save mfdj/8279123 to your computer and use it in GitHub Desktop.
Save mfdj/8279123 to your computer and use it in GitHub Desktop.
OSX/Bash one-liner to copy the working directory to the clipboard
pwd | tr -d '\n' | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment