#!/bin/awk -f BEGIN { FS="\r" RS="\n" OFS="" ORS="\r\n" } {print}