2

With the advent of the dash I can easily open a file which I do not know the location of. How can I find out where the file resides in the directory structure without using "find" or "locate" or another command line utility?

As far as I can tell, the search utility in nautilus will let me open the file but not open the folder where the file resides. This question is related to the following questions: View the folder of a selected file in the dash and Using locate to find a directory

2 Answers2

2

You can use the command locate in Terminal or if you need to search for a file on the computer, there is an easy and built-in way to do it.

Launch the Search for Files program from the Places menu. By default, this will only search your files (your home directory), but you can tell it to search in other folders with the Look in folder dropdown. This will only search on file names. If you want to search inside file, see the Beagle application.

Eliah Kagan
  • 117,780
1

From the way you've written your question, it sounds like you just want to know the name of the folder containing a file.

If that's the case, then you can use search in nautilus and then right click a file to select it's properties. The properties window will contain the path to the file.

If you're talking about opening the containing folder from within nautilus, that's currently not possible, as discussed in this question.

Kris Harper
  • 13,477