Artifact 536b5b2f71507281e2a76160b4cdf1082ebc5d96906c66db4dcbf9f9d8e264ee:
- Executable file mttroot/mtt/bin/trans/dat22dat — part of check-in [2c7d7a1de2] at 1998-07-26 13:43:12 on branch origin/master — Remove debugging line (user: gawthrop@users.sourceforge.net, size: 173) [annotate] [blame] [check-ins using]
#! /bin/sh
case $2 in
odeso)
i=1;
;;
odes)
i=2;
;;
*)
i=1;
;;
esac
echo Creating $1_$2.dat
awk -F# '{print $i}' i=$i <$1_odes.dat2 > $1_$2.dat