Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!tut.cis.ohio-state.edu!ucbvax!agate!shelby!csli!gandalf From: gandalf@csli.Stanford.EDU (Juergen Wagner) Newsgroups: comp.unix.questions Subject: Re: Unix deficiencies/problems Message-ID: <8892@csli.Stanford.EDU> Date: 9 May 89 20:20:49 GMT References: <810038@hpsemc.HP.COM> <810046@hpsemc.HP.COM> <159@dg.dg.com> <424@algor2.UUCP> <676@dtscp1.UUCP> <1528@cmx.npac.syr.edu> Sender: gandalf@csli.Stanford.EDU (Juergen Wagner) Reply-To: gandalf@csli.stanford.edu (Juergen Wagner) Organization: Center for the Study of Language and Information, Stanford U. Lines: 22 In article <1528@cmx.npac.syr.edu> gefuchs@logiclab.cis.syr.edu (Gill E. Fuchs) writes: >one difficulty with unix (maybe local to the domains i've seen only) >is the immediate i/o feedback syndrom: > >what do i mean? > >well, suppose one types into the read-a-head buffer some 23 commands. >the commands echo immediately, not later in their appropriate location. Umm... How do you know the third command doesn't fail? What if it fails? What if you have a typo in the second command? >has anyone found a panacea for that, by the way? Don't do it! Typing ahead some 23 commands is not necessary. If you want to execute a sequence of 23 command, put them on a line, separated by ';', or even better, put them into a file (since you might want to reuse this sequence later). -- Juergen Wagner gandalf@csli.stanford.edu wagner@arisia.xerox.com