Under Windows there is a smart software "Everything" listening to changes in NTFS that allows it to search files by names instantly - for a second or less.
Is there such ability for Ubuntu?
|
Under Windows there is a smart software "Everything" listening to changes in NTFS that allows it to search files by names instantly - for a second or less. Is there such ability for Ubuntu? |
|||||
|
|
Ubuntu also has good old
Example...
results in
What it shows is shown instantly and you can search with a |
|||
|
|
|
No, there isn't a tool like that. All search tools that I know of rely on their own databases and can't use the internal filesystem's index and journal data like Everything can. That said, I think under normal circumstances "Linux" tools are more than sufficient. |
|||
|
|
|
Yes, we have utilities like that. First, Nautilus (the file browser) enables you to quickly search through your files. For files you have used, you can press super+F to open the Files and Folders lense and type a file name. There are also file indexers like Tracker (which probably be accessible from the Files and Folders lense some time). |
|||
|
|
in command line I use |
|||
|
|
|
I can't remember where I stole it but try this script:
Copy and paste this script in a text file... Once done make it executable (sudo chmod +x) and then put it in in /usr/local/bin or ~/bin now, if your script name is search you have to digit search nomefile :) Another promising tool: |
|||||||||||||
|