1*e6d6c189SCody Peter Mello{ 2*e6d6c189SCody Peter Mello x = "0x" $1 ; print x, x + 0 3*e6d6c189SCody Peter Mello for (i=1; i<=NF; i++) 4*e6d6c189SCody Peter Mello if ($i) print $i, "is not zero" 5*e6d6c189SCody Peter Mello} 6