Changeset 7486 for trunk/MagicSoft/Mars/datacenter/scripts/filesondisk
- Timestamp:
- 02/08/06 18:03:41 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/filesondisk
r7460 r7486 132 132 filename=$filesondisklogpath/rawfilesondisk-$date.txt 133 133 column=fRawFileAvail 134 find $datapath -name '*.raw' | cut -d_ -f2 > $filename134 find $datapath -name '*.raw' -o -name '*.gz' | cut -d_ -f2 > $filename 135 135 136 136 echo "resetting runs..."
Note:
See TracChangeset
for help on using the changeset viewer.