awk ' /create_killall[(][)] [{]/ {ka=1;} ka && /^#!.*sh/ {p=1;} ka && once && p && /EOF/ {p=0;once=0;} once && p {print;} BEGIN { once = 1;} '