Overview
| Comment: | *** empty log message *** |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
abe44f2539aee5f4b06daa1a223151fb |
| User & Date: | gawthrop@users.sourceforge.net on 1996-11-09 21:16:19.000 |
| 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 | # Each command is of the form $1 $2_*_$3 & ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ############################################################### | > > > | | 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 | # Each command is of the form $1 $2_*_$3 > $2_*_$4 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ############################################################### | > > > | | 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 /") |