aboutsummaryrefslogtreecommitdiff
path: root/run/test-ahfinderdirect/surface/doit.grep
diff options
context:
space:
mode:
Diffstat (limited to 'run/test-ahfinderdirect/surface/doit.grep')
-rwxr-xr-xrun/test-ahfinderdirect/surface/doit.grep4
1 files changed, 2 insertions, 2 deletions
diff --git a/run/test-ahfinderdirect/surface/doit.grep b/run/test-ahfinderdirect/surface/doit.grep
index b006e82..dc854ca 100755
--- a/run/test-ahfinderdirect/surface/doit.grep
+++ b/run/test-ahfinderdirect/surface/doit.grep
@@ -6,8 +6,8 @@
do
name="$method$offset"
echo $name
- fgrep 'AH found' Schw*$name.log \
- | sed -e 's/^Schw//' \
+ fgrep 'AH found' *$name.log \
+ | sed -e 's/^[^0-9]*//' \
-e 's/-.*AH found: A=/ /' \
-e 's/ m=/ /' \
-e 's/ at (/ /' \