I'm using winXP and openSUSE... On win, I have 'search everything' tool, which indexes every file in comp.. Is there a similar tool for linux.. It saves me much time... Thank you... http://www.voidtools.com/

link|improve this question

29% accept rate
feedback

2 Answers

For example you can use updatedb to create a directory index and search the index with locate.

link|improve this answer
feedback
find / -name "*.txt"

of course replacing *.txt with whatever you're looking for.

link|improve this answer
Doesn't index and is therefore painfully slow with a lot of files. – Daniel Beck Oct 18 '11 at 15:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.