Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: &! for bg
- X-seq: zsh-users 17492
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: &! for bg
- Date: Fri, 21 Dec 2012 10:39:41 -0800
- In-reply-to: <20121221181631.GA3403@solfire>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20121221181631.GA3403@solfire>
On Dec 21, 7:16pm, meino.cramer@xxxxxx wrote:
}
} Is there something like bg! to put a running
} job like &! ???
disown
Note that disowning a stopped job will not restart it unless the
AUTO_CONTINUE option is set, so often you need to do first bg and then
disown.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author