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 00:40:33 +0300	[thread overview]
Message-ID: <201011260040.34189@-zyx> (raw)
In-Reply-To: <1290718646-sup-9791@nixos>

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

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

> Excerpts from ZyX's message of Thu Nov 25 21:41:43 +0100 2010:
> >     zsh -c 'sleep 1s & sleep 1s & jobs -p | while read line ; do echo
> >     $line ; done'
> 
> What about zsh -i -c ' ...  ?
It works, but I was trying to use `jobs -p | ...' in a script that is intended 
to be used as library, so I can't put something like `#!/bin/zsh -i' there. For 
now it was replaced with `ps --ppid $$', though I do not like invoking 
additional process in a signal handler.

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

  reply	other threads:[~2010-11-25 21:46 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 [this message]
2010-11-25 23:56     ` Marc Weber
2010-11-26  4:38       ` ZyX
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=201011260040.34189@-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).