hi all, i am using awk for analizing trace , the field 10 of the trace is %d.%d (dest address ) i want to test it but it doesn't work this is my code : if ($10 == 3.0.1.0) { ..... } please help me thanx