Changeset 7106 for trunk/MagicSoft/Mars/datacenter/scripts/filesondisk
- Timestamp:
- 05/30/05 17:28:19 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/filesondisk
r7030 r7106 33 33 34 34 subsystemdir=/magic/subsystemdata 35 rawdir=/magic/data36 35 filesondisklogpath=$logpath/filesondisk/`date +%Y` 37 36 … … 137 136 column=fRawFileAvail 138 137 139 find $ rawdir-name '*.raw' | cut -d_ -f2 > $filename138 find $datapath -name '*.raw' | cut -d_ -f2 > $filename 140 139 141 140 echo "resetting runs..."
Note:
See TracChangeset
for help on using the changeset viewer.