Index: mttroot/mtt/bin/trans/dir2paths ================================================================== --- mttroot/mtt/bin/trans/dir2paths +++ mttroot/mtt/bin/trans/dir2paths @@ -13,18 +13,21 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.1 1998/03/11 10:32:35 peterg +## Initial revision +## ############################################################### dotdot=$2 # Set to ../ if we are in MTT_work # Create paths for all valid examples - ie dir name is system name -find $dotdot$1 -name '*_abg.fig' -print | sort |\ +find $dotdot$1 -name '*_abg.fig' -print |\ awk '{ N=split($1,name,"/"); printf("%s", name[1]); for (i=2;i