Differences From Artifact [bb076201a1]:
- Executable file mttroot/mtt/bin/trans/dat22dat — part of check-in [6e8145700c] at 1998-07-26 13:19:37 on branch origin/master — Now does odes.dat correctely (user: gawthrop@users.sourceforge.net, size: 181) [annotate] [blame] [check-ins using]
To Artifact [536b5b2f71]:
- 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]
| ︙ | ︙ | |||
9 10 11 12 13 14 15 |
;;
*)
i=1;
;;
esac
echo Creating $1_$2.dat
| < | 9 10 11 12 13 14 15 16 17 18 |
;;
*)
i=1;
;;
esac
echo Creating $1_$2.dat
awk -F# '{print $i}' i=$i <$1_odes.dat2 > $1_$2.dat
|