Artifact 32e416603b13b08488f742f9ae14690369d904942ee405a112d2ef5da5656450:


#! /bin/sh

     ###################################### 
     ##### Model Transformation Tools #####
     ######################################

# Bourne shell script: multi_command

# Copyright (c) P.J.Gawthrop 1996.

# creates a list of commands - one for each file matching $2_*_$3
# Each command is of the form $1 $2_*_$3 &

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
# Revision 1.1  1996/10/21  12:31:40  peterg
# Initial revision
#
###############################################################


(ls $2*_$3 \
| sed "s/\(.*_*\)$3/$1 \1$3 \&/")


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