GrepReplace
From GoboLinux Knowledge Base
This is a wrapper around 'sed'. Given a 'from' pattern, a 'to' pattern and file names, 'from' is replaced by 'to' on any ocurrences in those files.
Usage: GrepReplace <from> <to> <files>
Options:
- -h, --help - Shows this help.
- -v, --version - Show program version.
- -V, --verbose - Enable verbose mode.
- -R, --recursive - Perform change recursively in all files (overrides last parameter).
Examples:
GrepReplace "SimMcast" "simmcast" *.java


