~vcs-imports/gawk/master

1
2
BEGIN { RS = "" }
{ printf("<%s>\n", $0) }