Path: utzoo!attcan!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!iuvax!bsu-cs!dhesi From: dhesi@bsu-cs.bsu.edu (Rahul Dhesi) Newsgroups: comp.unix.questions Subject: Re: Unix Type-ahead problem Message-ID: <7195@bsu-cs.bsu.edu> Date: 13 May 89 19:58:28 GMT References: <810053@hpsemc.HP.COM> <8942@csli.Stanford.EDU> <17491@mimsy.UUCP> Reply-To: dhesi@bsu-cs.bsu.edu (Rahul Dhesi) Organization: CS Dept, Ball St U, Muncie, Indiana Lines: 27 It's a question of whether you "Think VMS" or "Think UNIX". If I use VMS for a while, I get used to typing commands like cc x link x run x quickly, and the commands are echoed as they are executed one by one. Then when I move to UNIX, for a while I do the same and I find it annoying that characters get echoed as I type them. But soon I begin to "Think UNIX" again, and I instead type cc x; a.out or better still: cc x && a.out You see, if you "Think UNIX", you use the semicolon to separate multiple commands rather than newlines, and you learn to use && to connect commands when suitable. *Then*, when you move back to VMS, it's annoying that you can't do this any more. So it's all a question of your state of mind. -- Rahul Dhesi UUCP: ...!{iuvax,pur-ee}!bsu-cs!dhesi