Path: utzoo!attcan!uunet!husc6!bloom-beacon!mit-eddie!bbn!gatech!rutgers!topaz.rutgers.edu!ron From: ron@topaz.rutgers.edu (Ron Natalie) Newsgroups: comp.unix.wizards Subject: Re: Ksh use (was Re: Should ``csh'' be part of ...) Message-ID: Date: 20 May 88 18:48:57 GMT References: <2599@usceast.UUCP> <2601@usceast.UUCP> <4095@mtgzz.UUCP> <2199@quacky.mips.COM> <11747@duke.cs.duke.edu> Organization: Rutgers Univ., New Brunswick, N.J. Lines: 8 I understand the reason for having to type fg rather than just %1 in the KSH. When I put job control in the Bourne shell (prior to the public release of KSH), the %n expansion is implemented in the same way as the substitution of shell variables. Builtin commands are a little tricky so you have to actually type the name of the builtin command (fg, bg) inorder to make it work. -Ron