# --------------------- # Author: kb # file: Mkiller # purpose: To remove control M at the end of lines (For 550 class) # date: 97-09-08 time:13:25:11 # --------------------- BEGIN{RS=" "} {print $0}