Overview
Comment:*** empty log message ***
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: abe44f2539aee5f4b06daa1a223151fb94b87c23fd91ffedaba7ac3fc630d02a
User & Date: gawthrop@users.sourceforge.net on 1996-11-09 21:16:19
Other Links: branch diff | manifest | tags
Context
1996-11-09
21:17:38
Fixed bug with copying at level 0. check-in: 1db7be7228 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
21:16:19
*** empty log message *** check-in: abe44f2539 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
21:10:20
Tidied up searches by putting everyrhing into lib. check-in: 9360136aa9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/multi_command from [d785943ab0] to [32e416603b].

12
13
14
15
16
17
18



19
20
21
22
23
# Each command is of the form $1 $2_*_$3 &

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$



###############################################################


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







>
>
>



|

12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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 \&/")

Modified mttroot/mtt/bin/trans/multi_command2 from [1736d74891] to [c9a8d61923].

12
13
14
15
16
17
18



19
20
21
22
# Each command is of the form $1 $2_*_$3 > $2_*_$4

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$



###############################################################

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







>
>
>


|

12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Each command is of the form $1 $2_*_$3 > $2_*_$4

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

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


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