Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!dino!fs-1.iastate.edu!hobbes.cc.iastate.edu!spam From: spam@hobbes.cc.iastate.edu (Begley Michael L) Newsgroups: comp.unix.questions Subject: removing end of line mark with sed Message-ID: <1990Aug19.194911.16628@fs-1.iastate.edu> Date: 19 Aug 90 19:49:11 GMT Sender: usenet@fs-1.iastate.edu (USENET News System) Reply-To: spam@iastate.edu (Begley Michael L) Organization: Iowa State University Lines: 14 Here's a simple one... How do I remove the end of line marker from a stream? for example, if I have a stream that esentially looks like: 1 2 3 how do I make it into: 1 2 3 I tried sed 's/\n//' but that didn't work. Thanks. -mike begley spam@hobbes.cc.iastate.edu begley@forest.ecil.iastate.edu