Index: mttroot/mtt/bin/trans/rbg_fig2m ================================================================== --- mttroot/mtt/bin/trans/rbg_fig2m +++ mttroot/mtt/bin/trans/rbg_fig2m @@ -13,10 +13,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.4 2000/09/14 08:41:51 peterg +## *** empty log message *** +## ## Revision 1.3 1997/03/19 09:50:24 peterg ## Now creates the sabg (stripped abg) file. ## # Revision 1.2 1996/08/30 10:17:41 peter # New path for awk script. @@ -28,24 +31,29 @@ # Inform user echo "Creating $1_rbg.m" echo "Creating $1_cmp.m" +echo "Creating $1_head.fig" echo "Creating $1_fig.fig" +echo "Creating $1_cmp.fig" +echo "Creating $1_port.fig" echo "Creating $1_sabg.fig" # Remove some files that I'm going to append to. rm -f $1_fig.fig rm -f $1_head.fig rm -f $1_cmp.fig +rm -f $1_port.fig rm -f $1_bnd.fig # Create blank files touch $1_fig.fig touch $1_head.fig touch $1_cmp.fig +touch $1_port.fig touch $1_bnd.fig # The following horrible sed thing is to replace tab by ---- # this is because I can't get sed to recognise tabs even if FS=" ". sed 's/ /---- /'<$1_abg.fig > $1_abg.mtt