Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: shell function in the background?
- X-seq: zsh-workers 32906
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxx
- Subject: Re: shell function in the background?
- Date: Thu, 24 Jul 2014 12:41:04 +0100
- In-reply-to: <CAH+w=7YAyW0T4icPNF0Kci1TGiA5CoSjEiMxFmPqwh+Hykj=Zg@mail.gmail.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
- Organization: Samsung Cambridge Solution Centre
- References: <2C39FCD4-02E6-4957-B292-486065C24639@yost.com> <CAH+w=7YAyW0T4icPNF0Kci1TGiA5CoSjEiMxFmPqwh+Hykj=Zg@mail.gmail.com>
On Wed, 25 Jun 2014 08:55:49 -0700
Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> If you "zmodload zsh/system" the parameter $pid becomes available and has
> the value you want.
Somewhat belated, but it's actually $sysparams[pid] to reduce the
namespace pollution.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author