From 213033db33be271791f2d9ff1c9c44c0bed79f18 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 6 Mar 2011 10:57:41 +0000 Subject: initial xerl import to utils --- scripts/stats/replace.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 scripts/stats/replace.sh (limited to 'scripts/stats/replace.sh') diff --git a/scripts/stats/replace.sh b/scripts/stats/replace.sh new file mode 100755 index 0000000..1624364 --- /dev/null +++ b/scripts/stats/replace.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +from="vs.buetow.org" +to="vs-sim.buetow.org" + +for log in *.log +do + sed "s/$from/$to/" $log > $log.new + mv -f $log.new $log +done + -- cgit v1.2.3