Commit 07b436fd authored by German Leon's avatar German Leon
Browse files

Delete res-new.sh

parent e5b04967
cab="Experimento"
for j in "fault_successful" "Model" "hang(%)" "crash(%)" "masked(%)" "sdc(%)" "Hang-restart-fi" "Registros"
do
cab=$(echo $cab";"$j)
done
echo $cab > $1/resumen_total.csv
for i in $(ls $1 | grep -v -E resumen_* )
do
echo "res-new-ind.sh" $1/$i ">" $1"/resumen_"$i
./res-new-ind.sh $1/$i > $1/resumen_$i
row=$(echo $i)
for j in "fault_successful" "Model" "hang(%)" "crash(%)" "masked(%)" "sdc(%)" "Hang-restart-fi" "Registros"
do
campo=$(grep $j $1/resumen_$i|cut -d= -f2|head -1)
row=$(echo $row";"$campo)
done
echo $row >> $1/resumen_total.csv
done
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment