When I used Windows, there was an extremely useful program I used called "Everything" by voidtools to search for files/folders.
It could instantaneously search all files on every drive by keeping and automatically updating an index of all files. Before I try to get it to run in WINE, is there an Ubuntu/Linux native equivalent of this program?
I know and use the find
command. It works fine for small folders, but the nice thing about Everything is because it uses an index, all searches are instantaneous even if you search all folders from the root.
find
command?