Console search and replace-utility for Windows

    More recently, I swore that I could not find a console working utility for finding and replacing substrings in files for Win. As a result, I wrote it myself, it may be useful to someone:

    sixfiles.com/downloads/sreplace.zip

    Caution! Searches and replaces files not only in the specified directory, but also in all subdirectories.

    SREPLACE [options] [source file or mask] [search str] [replace str]
    -i - ignore case
    -q - quiet mode
    EXAMPLE:
    SREPLACE -i. \ Myfiles \ *. Txt simple hard

    Also popular now: