Changeset 7340 for trunk/MagicSoft/Mars/datacenter/scripts/fillganymed
- Timestamp:
- 08/29/05 21:38:41 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/fillganymed
r7335 r7340 42 42 getstatuslog=$getstatuslogpath/getstatus-fillganymed-$datetime.log 43 43 44 scriptlogpath=$logpath/run/fillganym de/`date +%Y/%m/%d`44 scriptlogpath=$logpath/run/fillganymed/`date +%Y/%m/%d` 45 45 makedir $scriptlogpath 46 46 scriptlog=$scriptlogpath/runfillganymed-$datetime.log … … 86 86 for dataset in ${datasets[@]} 87 87 do 88 no=`printf %08d $dataset | cut -c 0- 4`88 no=`printf %08d $dataset | cut -c 0-5` 89 89 no2=`printf %08d $dataset` 90 90 path="$datapath/ganymed/$no/$no2"
Note:
See TracChangeset
for help on using the changeset viewer.