qse/regress/awk/lang-043.awk

8 lines
68 B
Awk

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