Index: mttroot/mtt/bin/trans/dir2rep ================================================================== --- mttroot/mtt/bin/trans/dir2rep +++ mttroot/mtt/bin/trans/dir2rep @@ -13,28 +13,24 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.1 1998/02/05 13:31:25 peterg +## Initial revision +## ############################################################### - +dotdot=$2 # Set to ../ if we are in MTT_work # Inform user echo "Creating $1_rep.txt (Directory version)" # Headings echo "% Verbal description for directory $1 ($1_rep.txt)"> $1_rep.txt echo "% Generated by MTT on" `date`. >> $1_rep.txt # Create paths for all valid examples - ie dir name is system name -find $1 -name '*_abg.fig' -print | sort |\ - awk '{ - N=split($1,name,"/"); - printf("%s", name[1]); - for (i=2;i> $1_rep.txt