Path: utzoo!mnetor!uunet!husc6!tut.cis.ohio-state.edu!lvc From: lvc@tut.cis.ohio-state.edu (Lawrence V. Cipriani) Newsgroups: comp.unix.wizards Subject: Re: Bug or feature? You be the judge. Message-ID: <12143@tut.cis.ohio-state.edu> Date: 2 May 88 12:18:54 GMT References: <8048@elsie.UUCP> Organization: The Ohio State University Dept of Computer and Information Science Lines: 34 Keywords: ksh In article <8048@elsie.UUCP> ado@elsie.UUCP (Arthur David Olson) writes: >At least with the version we use, the ksh history mechanism is sensitive >to leading space in commands: >Some will say this is a bug; others will say that it provides a convenient >way to "disguise" a command for historical purposes. You be the judge. >-- > ado@ncifcrf.gov ADO is a trademark of Ampex. What's the point of this article? You be the judge :-) You can give a quoted string to r, eg: $ echo alphabet alphabet $ echo betabet betabet $ r ' echo' betabet $ This also works for the redirection operators: $ > ls.out ls # same as ls > ls.out $ r > sh: syntax error: `newline or ;' unexpected $ r \> > ls.out ls $ -- Larry Cipriani, AT&T Network Systems and Ohio State University Domain: lvc@tut.cis.ohio-state.edu Path: ...!cbosgd!osu-cis!tut.cis.ohio-state.edu!lvc (weird but right)