Skip to content

Instantly share code, notes, and snippets.

@kellpossible
Created May 19, 2016 04:22
Show Gist options
  • Save kellpossible/9cd38eeb1a3148a1c771746eef1210eb to your computer and use it in GitHub Desktop.
Save kellpossible/9cd38eeb1a3148a1c771746eef1210eb to your computer and use it in GitHub Desktop.
Generate a layout of files and save it to a txt file
find . -not -path "./.git/*" -type d -exec ls -d {} \; > folder_structure.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment