Path: utzoo!utgpu!water!watmath!clyde!ima!think!barmar From: barmar@think.COM (Barry Margolin) Newsgroups: comp.unix.wizards Subject: Re: A quick /etc/rmt question Message-ID: <21406@think.UUCP> Date: 31 May 88 07:02:32 GMT References: <886@srs.UUCP> <889@srs.UUCP> <54670@sun.uucp> Sender: usenet@think.UUCP Reply-To: barmar@kulla.think.com.UUCP (Barry Margolin) Distribution: na Organization: Thinking Machines Corporation, Cambridge, MA Lines: 17 In article <54670@sun.uucp> guy@gorodish.Sun.COM (Guy Harris) writes: > There >is a *newline* after each of the arguments to the command (or after the >command, if it takes no arguments) Almost right. There is no newline after the command if it takes no arguments. The newlines are read by the function that reads the arguments, and it is not called if no arguments are required. If you do type a newline after an argumentless command, the newline will be read as the next command character, and it will not be a recognized command, so rmt will exit. Barry Margolin Thinking Machines Corp. barmar@think.com uunet!think!barmar