2003-04-21 04:03:05 +02:00
|
|
|
Chgrep searches the input files (or standard input if no files are named)
|
|
|
|
for oldstring and changes them to new string. If some file and file.lock
|
|
|
|
exist then chgrep leaves both files unchanged. This program can be very use-
|
|
|
|
full for mail servers. Chgrep is fast, much faster than grep or sed.
|
|
|
|
|
2005-12-30 22:35:28 +01:00
|
|
|
WWW: http://www.bmk-it.com/projects/chgrep/
|