: !/bin/sh grep MOBDETaline wb2.out | \ awk -F'|' ' { print $0; atot += $13 } END { print atot } ' | \ tee $0.out