Overview
Comment: | Remove debugging line |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2c7d7a1de253eea8c08f036d85feadb3 |
User & Date: | gawthrop@users.sourceforge.net on 1998-07-26 13:43:12 |
Other Links: | branch diff | manifest | tags |
Context
1998-07-26
| ||
14:38:20 | *** empty log message *** check-in: b97b137e88 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
13:43:12 | Remove debugging line check-in: 2c7d7a1de2 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
13:30:33 | Added aliases check-in: d9d6a6e697 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/dat22dat from [bb076201a1] to [536b5b2f71].
︙ | ︙ | |||
9 10 11 12 13 14 15 | ;; *) i=1; ;; esac echo Creating $1_$2.dat | < | 9 10 11 12 13 14 15 16 17 18 | ;; *) i=1; ;; esac echo Creating $1_$2.dat awk -F# '{print $i}' i=$i <$1_odes.dat2 > $1_$2.dat |