Results 1 to 3 of 3

Thread: can't get location of searched file

  1. #1
    Join Date
    Oct 2010
    Beans
    34

    can't get location of searched file

    (i'm sure this had been brought up before, and i have been trying to find the answer in forum search, google, etc...no real luck though)

    I love ubuntu, but this is the first time i've ever been really annoyed by it. I search for a file in nautilus, result comes up, and because i need to find what folder its in, i right-click>properties, only to see that the location is cut off with three dots...

    how in the world do i just find out what folder this file is in?

    this should be super obvious

  2. #2
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: can't get location of searched file

    In terminal
    Code:
    find -name fliename.xxx
    Make sure you get the case of the name correct or use
    Code:
    find -iname fliename.xxx
    if you're not sure of case.

  3. #3
    Join Date
    Jun 2009
    Location
    Open Linux Forums
    Beans
    2,710

    Re: can't get location of searched file

    To get the location of a file, use the command "locate":
    Code:
    locate <filename>
    I'm not antisocial. I'm just not user friendly...
    Open Linux Forums

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •