File mttroot/mtt/bin/trans/dat22dat artifact 536b5b2f71 part of check-in 2c7d7a1de2


#! /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



MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]