awk 'NR==1{max=0.70 * $3}(($5-$4) > max) { print }' filename [download]
In reply to Re: to print l columnwise and subtraction by suhailck in thread to print l columnwise and subtraction by vis1982