Overview
Comment: | Initial revision |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
50758e2af42846bb05f81d2035e95f24 |
User & Date: | gawthrop@users.sourceforge.net on 1998-01-06 13:57:59 |
Other Links: | branch diff | manifest | tags |
Context
1998-01-06
| ||
13:59:30 | Added rename function. check-in: cd109783a1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
13:57:59 | Initial revision check-in: 50758e2af4 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
13:57:39 | Now removes old version after copying check-in: 65a0ce568c user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Added mttroot/mtt/bin/mtt_rename_all version [e04cb8fa32].
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 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 | #! /bin/sh ###################################### ##### Model Transformation Tools ##### ###################################### # Bourne shell script: mtt_rename_all # P.J.Gawthrop Jan 1998 # Copyright (c) P.J.Gawthrop 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ############################################################### old_name=$1 new_name=$2 mtt_rename $old_name $new_name _abg.fig mtt_rename $old_name $new_name _desc.tex mtt_rename $old_name $new_name _input.txt mtt_rename $old_name $new_name _lbl.txt mtt_rename $old_name $new_name _numpar.txt mtt_rename $old_name $new_name _odes.h mtt_rename $old_name $new_name _rep.txt mtt_rename $old_name $new_name _simp.r mtt_rename $old_name $new_name _sspar.r |