qse/ase/test/awk/t31.awk

3 lines
31 B
Awk
Raw Normal View History

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