Skip to content

Instantly share code, notes, and snippets.

@d-j-kendall
Created September 15, 2019 15:28
Show Gist options
  • Save d-j-kendall/ee8d4d539341dd20b28ee5365f3fdcb1 to your computer and use it in GitHub Desktop.
Save d-j-kendall/ee8d4d539341dd20b28ee5365f3fdcb1 to your computer and use it in GitHub Desktop.
Export Full Path Name of Files for Yolov3
## lists all files to a text file
ls -d $PWD/test/* | grep .txt > test.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment