Re: BASH to create SQL Insert statements?
i don't think this tree format is particularly parseable. i'd recommend going into the base directory for your music and trying something like:
Code:
find . -name "*.mp3" > mymusicfiles
the resulting file should be easier to parse.
there are 10 types of people in the world: those that understand binary and i don't know who the other F are.