Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!mips!spool.mu.edu!uwm.edu!psuvax1!news From: schwartz@groucho.cs.psu.edu (Scott Schwartz) Newsgroups: comp.os.misc Subject: Re: shell with da Silva lining Message-ID: Date: 16 Apr 91 00:59:22 GMT References: <1639@sheol.UUCP> <1685@sheol.UUCP> <50837@nigel.ee.udel.edu> Sender: news@cs.psu.edu (Usenet) Organization: PSU CS Lines: 8 In-Reply-To: new@ee.udel.edu's message of 15 Apr 91 22:17:43 GMT Nntp-Posting-Host: groucho.cs.psu.edu In article <50837@nigel.ee.udel.edu> new@ee.udel.edu (Darren New) writes: The real problem is that you are doing this under UNIX, where stdin and stdio are unstructured streams of bytes instead of something more sophisticated. In this case, where you are dealing with pathnames, you can use '\0' characters as record separators.