Michal wrote: > I have tried: >> find . -name "*.mp3" -R > that is what I would like to do, except that result is relative to the . > dir eg: > ./album/song.mp3 instead of /home/something/album/song.mp3 I would try find /home/something/ "*.mp3" Do you need the '-R'? Anita