#!/usr/bin/awk -f BEGIN { echo=0; } // { echo=1; next; } { if (echo) print; }