Is there some graphical tool to search for a particular file or all files of that format from a folder and many sub-folders and which takes a query like *.txt
and the path of the partition on which the folder with many sub-folders is located and output the result?
Asked
Active
Viewed 2,869 times
4

muru
- 197,895
- 55
- 485
- 740

Mudit Kapil
- 2,051
- 7
- 30
- 47
1 Answers
4
Open Nautilus, the default file manager, by searching the dash for Files or clicking Files in the Launcher.
Press Ctrl+F
Type your search. You can chose whether to search in the Current folder or All Files. For just txt
files, type txt
. Not the wildcard (although it may work, I don't think it does).

Tim
- 32,861
- 27
- 118
- 178
nautilus
in Ubuntu 14.04 – Mudit Kapil Apr 17 '15 at 13:48sudo apt-get install nautilus
into your terminal. It should be preinstalled on your system, by the way - it's default file browser. – Jacajack Apr 17 '15 at 13:49*.txt
– Mudit Kapil Apr 17 '15 at 13:52txt
to search textbox as it's been told before. – Jacajack Apr 17 '15 at 13:54txt
files just typetxt
. Next time read the answer properly before commenting please... – Tim Apr 17 '15 at 15:02