From owner-freebsd-questions Thu Jun 6 13:44:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tninet.se (sheridan.tninet.se [195.100.94.102]) by hub.freebsd.org (Postfix) with ESMTP id D489E37B403 for ; Thu, 6 Jun 2002 13:44:14 -0700 (PDT) Received: from cs.umu.se (h26n1c1o1023.bredband.skanova.com [213.64.164.26]) by sheridan.tninet.se (BMR ErlangTM/OTP 3.0) with ESMTP id 7135.396021.1023.1s5215394sheridan ; Thu, 06 Jun 2002 22:40:21 +0200 Message-ID: <3CFFC991.836BCE8F@cs.umu.se> Date: Thu, 06 Jun 2002 22:44:01 +0200 From: Paul Everlund X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: sv,en MIME-Version: 1.0 To: parv Cc: uwi mAn , questions@freebsd.org Subject: Re: ctrl-z References: <3CFF9F23.270F4672@cs.umu.se> <20020606182037.GA1920@moo.holy.cow> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG parv wrote: > > in message <3CFF9F23.270F4672@cs.umu.se>, > wrote Paul Everlund thusly... > > > > An example: > > > > # ls | more > > > > ...pressed ctrl-Z as more "paused" output... > > > > Suspended > > [1] 18566 18567 > > # jobs > > [1] + Done ls | > > Suspended more > > # fg 1 > > > > Now job 1 is continuing, and 'more' are showing outout > > again. > > syntax "fg 1" works only in bash, doesn't work in (freebsd) > sh, ksh93, and zsh 4.0.4; didn't try any other shell. otoh, > as stated in another message, "fg %1" -- note the % -- works > in all the shells. You are most certainly correct, but with tcsh, which I'm using, it seems to work ok with 'fg 1'. At least it has done so up to this very moment. Should probably write which shell I'm using next time I'm ans- wering a shell-question. :-) Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message