1216 |
|
# VERIFY PROCESSED DATA |
1217 |
|
txt += ' if [ $executable_exit_status -eq 0 ];then\n' |
1218 |
|
txt += ' echo ">>> Verify list of processed files:"\n' |
1219 |
< |
txt += ' echo $InputFiles |tr -d "\\\\" |tr "," "\\n"|tr -d "\\"" > input-files.txt\n' |
1219 |
> |
txt += ' echo $InputFiles |tr -d \'\\\\\' |tr \',\' \'\\n\'|tr -d \'"\' > input-files.txt\n' |
1220 |
|
txt += ' grep LFN $RUNTIME_AREA/crab_fjr_$NJob.xml |cut -d">" -f2|cut -d"<" -f1|grep "/" > processed-files.txt\n' |
1221 |
|
txt += ' cat input-files.txt | sort | uniq > tmp.txt\n' |
1222 |
|
txt += ' mv tmp.txt input-files.txt\n' |