[LBo] how to list files with full path

Jim Westbrook jimw at austin.rr.com
Mon Dec 18 18:27:04 CET 2006


Anita Lewis wrote:

>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'?
>
>  
>
No, he doesn't.  It'll cause an error (invalid predicate, I think).

JimW


More information about the QnA mailing list