How can I find a specific file on an Ubuntu machine? There's the "find" command but is there a graphic UI to find a file?
|
feedback
|
|
I know you asked for gui, but there is also other fast cli ways like.
The first command create a index, the second use the index to search. (maybe there is some gui frontend to locate) | |||
feedback
|
|
Use Places | Computer (or Places | Home or any other location) and then use the 'search' button (its a looking-glass icon) You'll soon go back to the command-line though ;) | |||
feedback
|
|
There are a few index based applications like beagle and tracker that offer GUI front-end. If you use gnome-do there is also a plugin there to use tracker as a backend. I am not sure about beagle, though. | |||
|
feedback
|
|
if your know the exact name of the file it should be trivial with any method, program etc you follow... especially with the command locate it will a matter of milliseconds... ;) | |||
feedback
|
