qse/regress/awk/lang-043.awk

8 lines
68 B
Awk
Raw Permalink Normal View History

BEGIN {
RS="[\t\n\v\f\r ]*[\r\n]+[\t\n\v\f\r ]*"
}
{
print $0
}