- Timestamp:
- 07/22/06 21:26:05 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7798 r7799 18 18 19 19 -*-*- END OF LINE -*-*- 20 2006/07/22 Thomas Bretz 21 22 * datacenter/scripts/runstar: 23 - added -r to sort ToDo-files such that the newest sequences 24 are processed first 25 26 27 20 28 2006/07/21 Daniela Dorner 21 29 -
trunk/MagicSoft/Mars/datacenter/scripts/runstar
r7486 r7799 75 75 nr=bla 76 76 echo "finding the right todo-file" >> $scriptlog 2>&1 77 todofiles=`ls $listpath/ToDo-$table-$column-*`77 todofiles=`ls -r $listpath/ToDo-$table-$column-*` 78 78 79 79 for todofile in ${todofiles[@]}
Note:
See TracChangeset
for help on using the changeset viewer.