Changeset 8410 for trunk/MagicSoft/Mars/datacenter/scripts/filesondisk
- Timestamp:
- 04/17/07 16:05:32 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/filesondisk
r7955 r8410 130 130 echo "missing cacofile for run "$runno >> $scriptlog 2>&1 131 131 echo "-> finding cacofile" >> $scriptlog 2>&1 132 ccfile=`find $subsystempath/cc/ -name [2][0][0-2][0-9][0,1][0-9][0-3][0-9]_*${runno}_[P,D,C,S]_*_S.rep ` 2>/dev/null132 ccfile=`find $subsystempath/cc/ -name [2][0][0-2][0-9][0,1][0-9][0-3][0-9]_*${runno}_[P,D,C,S]_*_S.rep -and ! -name [2][0][0-2][0-9][0,1][0-9][0-3][0-9]_*[1-9]${runno}_[P,D,C,S]_*_S.rep` 2>/dev/null 133 133 echo " ccfile: "$ccfile >> $scriptlog 2>&1 134 134 if [ "$ccfile" = "" ]
Note:
See TracChangeset
for help on using the changeset viewer.