diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-04-21 02:03:05 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-04-21 02:03:05 +0000 |
commit | aabab4cf4dfa28249558d1c6090d2648a314d725 (patch) | |
tree | b3a033dea4e4c2e78c0537dc64f38022a575d28e /sysutils/chgrep/pkg-descr | |
parent | vcdgear has moved from vcdgear.org to vcdgear.com. Adjust MASTER_SITES (diff) |
Add chgrep.
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.
PR: 51198
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
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 |