Results 1 to 3 of 3

Thread: Tab autocomplete takes a long time

  1. #1
    Join Date
    Jul 2006
    Beans
    60

    Tab autocomplete takes a long time

    About a week ago I ran a script which extracted all the frames from a movie. It dumped all the files into my home directory and I deleted all (180,000+) of them.

    Now when I try to do autocomplete by pressing tab in my directory, the process will freeze for about 30 seconds or so before completing.

    I guess it still thinks the files are there or there's some sort of caching going on. Is there anything I can do to reset this?

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

    Re: Tab autocomplete takes a long time

    I'm not sure if this is a result of a huge file database that is being searched, but try
    Code:
    sudo updatedb
    in terminal, which will do exactly what it suggests in the name, and then try the tab auto-completion again.

  3. #3
    Join Date
    Jul 2006
    Beans
    60

    Re: Tab autocomplete takes a long time

    Quote Originally Posted by ajgreeny View Post
    I'm not sure if this is a result of a huge file database that is being searched, but try
    Code:
    sudo updatedb
    in terminal, which will do exactly what it suggests in the name, and then try the tab auto-completion again.
    Thanks, that did the trick!

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
  •