Created
September 15, 2019 15:28
-
-
Save d-j-kendall/ee8d4d539341dd20b28ee5365f3fdcb1 to your computer and use it in GitHub Desktop.
Export Full Path Name of Files for Yolov3
This file contains 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
## 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