Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: $! - PID of disowned jobs
- X-seq: zsh-users 13916
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: $! - PID of disowned jobs
- Date: Sun, 15 Mar 2009 09:25:29 -0700
- In-reply-to: <20090315064707.10333.qmail@xxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20090315064707.10333.qmail@xxxxxxxxxxx>
On Mar 15, 7:47pm, Atom Smasher wrote:
}
} the docs say this about "$!":
} ! <S> The process ID of the last command started in the background
} with &, or put into the background with the bg builtin.
}
} is it a bug or undocumented feature that it also works with jobs that are
} disowned with "&|" or "&!"?
I would say it's both documented and a feature. Starting something with
"&|" is still starting something in the background with "&" -- it's just
shorthand for "something & disown ;"
Messages sorted by:
Reverse Date,
Date,
Thread,
Author