View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#12
Originally Posted by finlaybob View Post
Thanks for all replies, however nothing is working

All commands do something similar to this

I'm now at home so using SSH instead of tiny little keys .

using a single file at the moment, this is the path:
Code:
./Neneh Cherry, Speech & Speech & Neneh Cherry/1 Giant Leap/Braided Hair.m4p
Yeah, spaces can really mess things up. I'd advise installing the findutils-gnu package, then doing:
Code:
gfind . -name "*.m4p" -delete
 

The Following 2 Users Say Thank You to Rob1n For This Useful Post: