From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3481 invoked by alias); 21 Dec 2012 18:16:44 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17491 Received: (qmail 14360 invoked from network); 21 Dec 2012 18:16:42 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at gmx.de designates 212.227.17.20 as permitted sender) X-Authenticated: #20088476 X-Provags-ID: V01U2FsdGVkX1/cchBiyQ7cwlKerQEnXHtfQKuwRrxqg1orJZCvLx S1sEa7T59EPrM9 Date: Fri, 21 Dec 2012 19:16:31 +0100 From: meino.cramer@gmx.de To: zsh-users@zsh.org Subject: &! for bg Message-ID: <20121221181631.GA3403@solfire> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (Linux) X-Y-GMX-Trusted: 0 Hi, when doing &! the command?job goes into background and is detached from the terminal so closing the shell/terminal will not stop the job. But... If the command is already running on a terminal one can do a ^Z and bg to put it in the background but closing the shell/terminal will stopping the the job. Is there something like bg! to put a running job like &! ??? Best regards, mcc