I would like to search for a file with GUI. I have 2 files :
/world/europe/georgia_and-its_capital-tbilisi.info
/world/north_americas/usa/georgia_state_capital.info ;
A search for:
find /world -name "*gia*capit*"
-- brings up the two files.
How to conduct this search with Nautilus' search or any alternate suggestion? I use Ubuntu 12.04 LTS. And Applications | Search
is not available on it.
sudo apt-get update
followed bysudo apt-get install gnome-search-tool
. When I do this in Linux Mint it shows up in my start menu under "Accessories" as "Search for Files...". This is such a great tool! Works awesome. – Gabriel Staples May 30 '16 at 20:21