Wednesday, October 16, 2013

Linux: search a file

Simply and fast..... if you are searching a file that you have absolutely forget the path, you can run this by terminal:

locate yourfilename.txt

Important: locate use an indexed system of file research.
For mantains this system update you have to execute periodically this command from terminal....

updatedb

Bye..

No comments:

Post a Comment