Artifact d785943ab0ee4742034e95b75e0b47bd6d8dae6cc8d9c36f09dae42801a23f2c:


#! /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$
###############################################################


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


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