Skip to content

A command line tool to perform multiple search and replace operations at once

License

GPL-3.0, GPL-2.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

D-Hiatt/MultiGrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiGrep

Description: This tool is designed to read a series of patterns followed by replacements in a file, and search for and replace all matches in any number of other files. It is similiar to grep or sed, except that it searches for multiple pattern matches simeneously. No data is ever compared more than once. In order to achieve this, the program uses a 'trie' data structure consisting of all possible pattern matches.

Requirements: Microsoft .NET 4.5+ or mono 4.2.1+

Build Instructions: On Linux, compile with mono using either 'xbuild MultiGrep/MultiGrep.csproj' or mcs

About

A command line tool to perform multiple search and replace operations at once

Resources

License

GPL-3.0, GPL-2.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages