Overview
Comment:Moved from trans directory to bin directory.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/numerical-algebraic-solution | trunk
Files: files | file ages | folders
SHA3-256: 5fafe4541306827dabe06e8bfb6641e9923504a7303c8c4af48e3bbebc057ef6
User & Date: geraint@users.sourceforge.net on 2001-06-26 23:16:12
Other Links: branch diff | manifest | tags
Context
2001-06-28
22:58:27
Using mtt_xargs.sh to prevent Arg list too long error. check-in: 7bd1fc6014 user: geraint@users.sourceforge.net tags: origin/numerical-algebraic-solution, trunk
2001-06-26
23:16:12
Moved from trans directory to bin directory. check-in: 5fafe45413 user: geraint@users.sourceforge.net tags: origin/numerical-algebraic-solution, trunk
22:29:05
mtt_xargs.sh eliminates Arg list too long error for large models.
(UNIX xargs does not work if the environment is too large).
check-in: 792d92bf1f user: geraint@users.sourceforge.net tags: origin/numerical-algebraic-solution, trunk
Changes

Added mttroot/mtt/bin/mtt_xargs.sh version [0e001e0d54].















>
>
>
>
>
>
>
1
2
3
4
5
6
7
#! /bin/sh

cmd=$1
for arg in $2; do
	eval $cmd $arg
done

Deleted mttroot/mtt/bin/trans/mtt_xargs.sh version [0e001e0d54].

1
2
3
4
5
6
7
#! /bin/sh

cmd=$1
for arg in $2; do
	eval $cmd $arg
done

<
<
<
<
<
<
<















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