Skip to content

Instantly share code, notes, and snippets.

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