Lines Matching full:grep
23 if grep -q ': Unknown macro ' $1 || grep -q ': Unknown macro ' $2
25 if grep -q ': Unknown macro ' $1
27 badname=`grep ': Unknown macro ' $1 |
32 if grep -q ': Unknown macro ' $2
34 badname=`grep ': Unknown macro ' $2 |
41 elif grep -q '^Command exited with non-zero status 124' $1 ||
42 grep -q '^Command exited with non-zero status 124' $2
44 if grep -q '^Command exited with non-zero status 124' $1 &&
45 grep -q '^Command exited with non-zero status 124' $2
48 elif grep -q '^Command exited with non-zero status 124' $1
51 elif grep -q '^Command exited with non-zero status 124' $2
58 grep -v 'maxresident)k\|minor)pagefaults\|^Time' $1 > $T/oldout
59 grep -v 'maxresident)k\|minor)pagefaults\|^Time' $2 > $T/newout
60 if cmp -s $T/oldout $T/newout && grep -q '^Observation' $1
67 grep '^Observation' $1 > $T/oldout
68 grep '^Observation' $2 > $T/newout
83 grep '^Observation' $1 | awk '{ print $3 }' > $T/oldout
84 grep '^Observation' $2 | awk '{ print $3 }' > $T/newout
101 grep '!!!' $T/cmpscript.out 1>&2