Searching for files


JePP

Member
Joined
Aug 29, 2005
Messages
366
Location
Germany
How is it possible to search for a specific file on my pandora (not just the SD)?

Is there any app for that or at least any command?

Thanks!
 
Usually in Linux terminal you can use one if the following:

locate
find
Whereis

Try those

Sent from my Nexus 7 using Tapatalk HD
 
Last edited by a moderator:
Another possibility. As root:


updatedb

then

Code:
locate name_of_file
 
Last edited by a moderator:
Back
Top