Last Updated: February 25, 2016
·
279
· apr

Copy working directory to clipboard (OSX)

I call this small script 'pwdc' and I find it very useful

#!/bin/bash
echo -n `pwd` | pbcopy