for file in $* do amp=`grep amplification $file | tail -1 | awk -F'=' '{print $2}'` echo $file $amp done