Unconfigured Ad Widget

Collapse

Best File search? with no database?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • stilly
    I need a LIFE!!
    • Jul 2009
    • 10685

    Best File search? with no database?

    I have never had to do this before on my comp, but are there any GOOD file searching programs that do not rely on a database?

    OR, if there IS a database based FS program that is good for winblows 7, care to share?

    And in case I am not able to come back here- please feel free to answer the question anyways. - For the good of mankind and thank you for your input.
    7 Billion people on the planet. They aint ALL gonna astronauts. Some will get hit by trains...

    Need GOOD SS pins to clean your brass? Try the new and improved model...



    And remember- 99.9% of the lawyers ruin it for the other .1%...
  • #2
    GovGeek
    CGN/CGSSA Contributor
    CGN Contributor
    • May 2014
    • 415

    I used to use X1 on Win7. Without an index, I don't know how you'd expect a program to perform well.

    Sent from my pocket computer via Tapatalk
    Front Sight Member: Diamond-> Commander
    Where ever you go, there you are!
    https://rv-therapy.com/blog

    Comment

    • #3
      ocabj
      Calguns Addict
      • Oct 2005
      • 7924

      find

      Distinguished Rifleman #1924
      NRA Certified Instructor (Rifle and Metallic Cartridge Reloading) and RSO
      NRL22 Match Director at WEGC

      https://www.ocabj.net

      Comment

      • #4
        stilly
        I need a LIFE!!
        • Jul 2009
        • 10685

        FIND NOT!

        IT seems to take FOREVER! And it FAILED at finding things. I am looking for a NON database because I do not want a 3GB+ database taking up my space that I could be storing quality porn-err e-books in...

        I have 850GB of space spread across 4 drives, C,D,E,F and I am looking for PDFs or EXCEL files that are invoices. Sadly I have about 4+ generations of windows on this machine so I feel like I am hunting a needle in a haystack. I only have about 7GB of free space across all of the drives which is why I do not want to make a database.
        7 Billion people on the planet. They aint ALL gonna astronauts. Some will get hit by trains...

        Need GOOD SS pins to clean your brass? Try the new and improved model...



        And remember- 99.9% of the lawyers ruin it for the other .1%...

        Comment

        • #5
          Redneck Geek
          Senior Member
          • Jul 2012
          • 1002

          If you just want locations, try Notepad++ https://notepad-plus-plus.org/

          I use it all the time. It's relatively fast because you can lock down what and where to look. File type+location<+keyword>=faster. Use the 'Find in file' off the menu and it'll list where it hits.
          sigpic

          Comment

          • #6
            ocabj
            Calguns Addict
            • Oct 2005
            • 7924

            Originally posted by stilly
            FIND NOT!

            IT seems to take FOREVER! And it FAILED at finding things. I am looking for a NON database because I do not want a 3GB+ database taking up my space that I could be storing quality porn-err e-books in...

            I have 850GB of space spread across 4 drives, C,D,E,F and I am looking for PDFs or EXCEL files that are invoices. Sadly I have about 4+ generations of windows on this machine so I feel like I am hunting a needle in a haystack. I only have about 7GB of free space across all of the drives which is why I do not want to make a database.
            find . -type f -name "*.pdf"

            I ran: time find / -type f -name "*.pdf" on my desktop and it completed in:

            real 7m28.320s
            user 0m9.244s
            sys 2m10.778s

            Found every single PDF on a 500GB SSD, 1TB plater, and I accidentally walked a 500GB USB2 and 1TB USB3 drive that was attached as well. Ran kind of long because it also searched through 10 years of locally archived email I have in my home dir.

            There are Windows ports for 'find'. Probably best to just install cygwin so you get grep and other *nix style utilities.

            Or if you just want to reinvent the wheel, you could write a perl or php script to recursively walk a directory.

            Distinguished Rifleman #1924
            NRA Certified Instructor (Rifle and Metallic Cartridge Reloading) and RSO
            NRL22 Match Director at WEGC

            https://www.ocabj.net

            Comment

            • #7
              Axonic
              Junior Member
              • Apr 2016
              • 1

              An other good working tool for searching your data on Windows is Lookeen Free. I'm using it for years without any problems and it's totally free.

              Comment

              • #8
                the86d
                Calguns Addict
                • Jul 2011
                • 9587

                Open a CLI session by typing "cmd" in the search box on the start menu, and hit enter.

                If you only have one drive, and the '\' starts at the root, but alternatively you could do a 'cd \' 1st, but this is simpler and works from any local directory on the drive in question:
                dir \*[oneword]*.* /s
                Substitute [oneword] for a single word you are searching for.

                If you want to search another drive, and say it is the E: drive:
                E:
                dir \*[oneword]*.* /s
                Substitute [oneword] for a single word you are searching for.

                Multi-word example:
                dir \*minimum*wage*.* /s
                Last edited by the86d; 04-13-2016, 5:06 AM.

                Comment

                Working...
                UA-8071174-1