Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
&! for bg
- X-seq: zsh-users 17491
- From: meino.cramer@xxxxxx
- To: zsh-users@xxxxxxx
- Subject: &! for bg
- Date: Fri, 21 Dec 2012 19:16:31 +0100
- 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
Hi,
when doing
<command> &!
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author