Looking for files in Gnu/Linux

Author:

Unable to locate some files
just run

#updatedb

to locate the files run

locate

to limit the search to top ‘x’ results run

locate -n x

alternatively find can also be used,it is slower since it does not maintian database like locate

Leave a Reply

Your email address will not be published. Required fields are marked *