diff options
Diffstat (limited to 'sysutils/chgrep/pkg-descr')
-rw-r--r-- | sysutils/chgrep/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/chgrep/pkg-descr b/sysutils/chgrep/pkg-descr new file mode 100644 index 000000000000..2aa7ed9869d9 --- /dev/null +++ b/sysutils/chgrep/pkg-descr @@ -0,0 +1,6 @@ +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. + +WWW: http://www.bmk.bicom.pl/chgrep |