by strooper on 3/25/20, 12:43 PM with 8 comments
I am wondering why can't we search our local contents and get almost instantaneous (or reasonable) results the same way we get from online search engines. How are these latest machines any better than machines a decade ago in improving user experience (other than entangling settings and silly visual stunts)?
Is there any tool or setup that may provide significantly better search experience in local machines (windows or linux)?
by raidicy on 3/25/20, 12:59 PM
The other option is using cmd prompt:
DIR C:\myfile.txt /S
No idea how with PowerShell
by a3n on 3/25/20, 12:52 PM
If you want fast results searching your large local disk, you need to periodically index your disk in the background.
I used such an indexer back around 2000. It was a Java program. I can't remember the name at all.
There are probably more such indexers today.
by ChrisGranger on 3/25/20, 1:13 PM
by zapttt on 3/25/20, 1:31 PM
2) because you don't use open formats.
3) because you do have a minimally decent data organization and have to search too much data every time.
by generalpass on 3/25/20, 12:52 PM
Case closed.
by paulbishop on 3/25/20, 1:00 PM