• General: findr (find recursive) version 1.1

    From VOICE News Service@21:1/5 to All on Tue Dec 24 20:07:18 2019
    ++ From the VOICE OS/2-eCS News Service http://www.os2voice.org ++

    From: peterDESPAM@DESPAMpmoylan.org

    For those wanting to escape the end-of-year madness, here's a utility to
    try out. You can get it from
    http://www.pmoylan.org/pages/os2/software.html#findfiles
    or from
    ftp://ftp.pmoylan.org/software/findr_1.1.zip
    or from Hobbes incoming.

    This is a "find files" utility. It was previously called "ffind", but I
    had to change the name because of a name clash with another such
    utility. I implemented this one because I was unhappy with the
    performance (and sometimes the lockups) of PMSEEK and similar programs. What makes this one different is flexibility in using wildcard file
    specifications. You can, for example, do the search

    findr d:\dev*\*\src\progname.* 'version string'

    which searches many different directories. The "recursive" feature is
    that for the final directory specification (the "src" in this example)
    we search all subdirectories as well.

    The new feature in the current version is that you can specify the
    wildcard specifiers '*' and '?' in the optional string to search for. A wildcard search within a file is trickier than an in-memory wildcard
    search, but it was worth the extra effort because that is often exactly
    what you want to do.

    Regular expressions are not supported. I considered adding that feature
    but my present feeling is that it slows down the search for a
    rarely-needed feature.

    -- Peter Moylan mailto://peter@pmoylan.org
    http://www.pmoylan.org

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)