qse/regress/awk/lang-044.awk

3 lines
39 B
Awk

BEGIN { RS=""; }
{ print "[" $0 "]"; }