Created
April 13, 2015 20:36
-
-
Save rvill/2063164d8cb65425db2c to your computer and use it in GitHub Desktop.
Get full path of all files in directory, output to path.txt
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
find `pwd` -maxdepth 1 > path.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment