From: George Keller (IBD) <keller at brl> When UNIX sends a file to the "standard output", it adds a CR to each LF (0DH added to each 0AH). I'd like to defeat that feature sometimes, either with a shell command or preferably a command in the program that is transferring the file to my terminal. Any suggestions? George