Lines Matching full:nonempty
252 BEGIN { nonempty = 0; } \253 { items[$$0] = 1; nonempty = 1; } \254 END { if (nonempty) { for (i in items) print i; }; } \