#!/usr/local/bin/gawk -f BEGIN {ORS="";print > 1;} { ORS=""; print $0 >> 1; } END {}