Changeset 17001 for trunk/DataCheck
- Timestamp:
- 08/12/13 15:20:38 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Processing/FillAuxData.sh
r16998 r17001 44 44 echo "ftcopy $1'[col Time]' - | ftstat - | grep 'mean' | grep -E -o [0-9]+[.] | sed -e 's/[.]//g'" >> $logfile 45 45 timefromfile=`ftcopy $1'[col Time]' - 2>>$logfile | ftstat - 2>>$logfile | grep 'mean' | grep -E -o [0-9]+[.] | sed -e 's/[.]//g'` 46 echo "here-"$timefromfile"-" >> $logfile 47 if [ "$timefromfile" == "" ] 48 then 49 printprocesslog "WARN couldn't get time from file "$1 50 echo "WARN couldn't get time from file "$1 51 continue 52 fi 46 53 if [ $timefromfile -gt 30000 ] 47 54 then
Note:
See TracChangeset
for help on using the changeset viewer.