Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: function definition with & operator
- X-seq: zsh-workers 41630
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Subject: Re: function definition with & operator
- Date: Fri, 1 Sep 2017 13:46:48 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=jTjKJxMILKKOEiY04uxipKGSc1DAmbC26EcwPia6GnQ=; b=R+IHXWXz2cV+RKG1YyXfoQvzmkZ0YAWTKvZCaS1BDY8i+x6r9atb9IDYV/L+04Izzi 1wssiktDTzfNCgFhZCDMzFCPNUZ2Roww009jMrtVOTleDtufuwMZsRwxiJSBU9zUAKRn jnmL3zl939GwXPdoKOf+u5yrwevM8wyJxx6OabgF86nbhfBZaXPPMraB6Qs3FcVuievI ajfEvjJtRdkQ/fCkIz/p2wvOdNb+32JFhMcEVDIHtZga97R2Kx9sg8WoW1PzT6ZCJZ1P vldh+eKqwjt8fpX0PxPSEzsaWuTqo46BoJpjde81mnqZHmLOrPcbm1luPoTOLYhzzcOW tcyQ==
- In-reply-to: <edfcc306-4f5e-63dd-00e0-2481e71ec5cc@gmx.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <edfcc306-4f5e-63dd-00e0-2481e71ec5cc@gmx.com>
On Fri, Sep 1, 2017 at 11:09 AM, Eric Cook <llua@xxxxxxx> wrote:
> The other week when messing around i noticed that you can define an function
> in (what i thought would be) the background and it will remain in defined.
Background jobs are always run in a subshell, even if you use the {
command } syntax. There is no such thing as a background job in the
current shell.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author