Overview
Comment:Function is no longer used (replaced by bg2eps).
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: ff646ac6100c1e6f7a2e08c38949b87c840c49a607e744b50d3d809d33c63771
User & Date: geraint@users.sourceforge.net on 2004-08-26 16:24:40
Other Links: branch diff | manifest | tags
Context
2004-08-27
19:37:25
Fixed [ 607882 ] Units "none" no longer accepted.
Added a test for "none" to prevent units on that port from being checked.
check-in: 43448406c2 user: geraint@users.sourceforge.net tags: origin/master, trunk
2004-08-26
16:24:40
Function is no longer used (replaced by bg2eps). check-in: ff646ac610 user: geraint@users.sourceforge.net tags: origin/master, trunk
16:20:17
Creates postscript files of either dia or fig bond graphs. check-in: c2de89e174 user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes

Deleted mttroot/mtt/bin/trans/multi_command2 version [fe1c490646].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#! /bin/sh

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

# Bourne shell script: multi_command2

# 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 > $2_*_$4

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.3  2001/07/13 04:54:04  geraint
## Branch merge: numerical-algebraic-solution back to main.
##
## Revision 1.2.4.1  2001/06/28 22:58:27  geraint
## Using mtt_xargs.sh to prevent Arg list too long error.
##
## Revision 1.2  1996/11/09 21:16:19  peterg
## *** empty log message ***
##
# Revision 1.1  1996/10/21  12:34:47  peterg
# Initial revision
#
###############################################################

(mtt_xargs.sh "ls" "$2*_$3 2>/dev/null" \
| sed "s/\(.*_*\)$3/$1 \1$3 > \1$4 /")
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<





































































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