qse/regress/awk/lang-044.awk

3 lines
39 B
Awk
Raw Normal View History

2011-05-02 07:28:51 +00:00
BEGIN { RS=""; }
{ print "[" $0 "]"; }