freebsd-skq/contrib/awk/test/rswhite.awk
1997-10-14 18:17:11 +00:00

3 lines
43 B
Awk

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