dead.awk 167 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 # This awk script will turn the rcp_inner.deadlogic into a command file for # the togreport command BEGIN { FS = " " } /^ Net.*.is dead/ { print "ignore " $2 }