Differences From Artifact [faaffd1fca]:
- Executable file mttroot/mtt/bin/trans/dat22dat — part of check-in [40404a1dc7] at 1998-07-25 20:43:18 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 173) [annotate] [blame] [check-ins using]
To 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]
| ︙ | ︙ | |||
9 10 11 12 13 14 15 16 |
;;
*)
i=1;
;;
esac
echo Creating $1_$2.dat
| > | | 9 10 11 12 13 14 15 16 17 18 19 |
;;
*)
i=1;
;;
esac
echo Creating $1_$2.dat
echo $i
awk -F# '{print $i}' i=$i <$1_odes.dat2 > $1_$2.dat
|