GrepReplace
NAME
GrepReplace -
SYNOPSIS
GrepReplace <from> <to> <files>
DESCRIPTION
Swaps occurrences of a regex for another word in a series of files.
OPTIONS
--terse
Enable terse messages.
--debug
Enable debug messages.
-h, --help
Show this help.
--version
Show program version.
-v, --verbose
Enable verbose mode.
--logfile <entry>
Log all output to specified file.
-R, --recursive
Perform change recursively in all files (overrides last parameter).
-B, --no-backup
Do not create backup copies of the original files.
EXAMPLES
GrepReplace "SimMcast" "simmcast" *.java
COPYRIGHT
Copyright © 2000-2003 Hisham Muhammad - Released under the GNU GPL.
GoboLinux March 2017 GREPREPLACE(1)