>Moving every file can be done using something like: > > find /mnt/fatty/music -type f -print0|xargs --null -- mv /mnt/fatty/music > > I tried it, but it just said that when moving several files, the last option to move must be a folder. I had a look at xargs man entry but didn't really get it. Martin Ericsson