Index: mttroot/mtt/bin/trans/multi_command ================================================================== --- mttroot/mtt/bin/trans/multi_command +++ mttroot/mtt/bin/trans/multi_command @@ -14,10 +14,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +# Revision 1.1 1996/10/21 12:31:40 peterg +# Initial revision +# ############################################################### -(ls $2_*_$3 \ +(ls $2*_$3 \ | sed "s/\(.*_*\)$3/$1 \1$3 \&/") Index: mttroot/mtt/bin/trans/multi_command2 ================================================================== --- mttroot/mtt/bin/trans/multi_command2 +++ mttroot/mtt/bin/trans/multi_command2 @@ -14,9 +14,12 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +# Revision 1.1 1996/10/21 12:34:47 peterg +# Initial revision +# ############################################################### -(ls $2_*_$3 \ +(ls $2*_$3 \ | sed "s/\(.*_*\)$3/$1 \1$3 > \1$4 /")