[LBo] how to list files with full path

Anita Lewis a.lewis at linuxbasics.org
Mon Dec 18 18:20:07 CET 2006


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


More information about the QnA mailing list