zsh-workers
 help / color / mirror / code / Atom feed
From: ZyX <zyx.vim@gmail.com>
To: zsh-workers@zsh.org
Subject: Re: `jobs' builtin does not work with pipe in scripts
Date: Fri, 26 Nov 2010 07:38:12 +0300	[thread overview]
Message-ID: <201011260738.12563@-zyx> (raw)
In-Reply-To: <1290728868-sup-9190@nixos>

[-- Attachment #1: Type: Text/Plain, Size: 870 bytes --]

Reply to message «Re: `jobs' builtin does not work with pipe in scripts», 
sent 02:56:37 26 November 2010, Friday
by Marc Weber:

> I think you should provide more context. Its almost impossible to try to
> find a workaround. Eg you could use /bin/sh
> 
> /bin/sh -c 'sleep 1s & sleep 1s & jobs | cat ' | while read .. ?
> 
> Anyway you seem to have found something which works for you.
What more? `jobs -p | ...' is not working, I do not want to rewrite everything
in POSIX shell and I can't use interactive shell. `jobs -p | ...' is used in a
script that launches parallel processes and, when zsh catches CHLD, looks which
of them finished. You can see it here: http://vimpluginloader.hg.sourceforge.net/hgweb/vimpluginloader/dev-tools/file/tip/parjobs.zsh.
I do not like `ps --ppid $$' solution because it launches additional process,
but it works.

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  reply	other threads:[~2010-11-26  4:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-25 20:41 ZyX
2010-11-25 20:57 ` Marc Weber
2010-11-25 21:40   ` ZyX
2010-11-25 23:56     ` Marc Weber
2010-11-26  4:38       ` ZyX [this message]
2010-11-26 17:47         ` Bart Schaefer
2010-11-26 18:16           ` ZyX
2010-11-28  1:37             ` Bart Schaefer
2010-11-28  3:26               ` ZyX

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201011260738.12563@-zyx \
    --to=zyx.vim@gmail.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).