Reply To: Separate playlist folder?

#7934
rpedde
Participant

@mas wrote:

And if that gives a line too long error you can still do a man find and look for the -exec command of find. With the -exec you can also construct a mv then but as you said most werent needed anyway.

Something like:


find /mp3dir "*.m3u" -exec mv {} `basename {} .m3u`.pls ;

might do it.