This repository contains my implementation for a simple grep-like tool based in Python: a Python3 script which searches for a pattern using a regular expression in lines of text, and prints the lines ...
Rummage is a cross platform search and replace tool. Rummage crawls directories and searches for specified patterns (either regular expression or literal) and can optionally replace those targets with ...