zsh-users
 help / color / mirror / code / Atom feed
From: Vincent Lefevre <vincent@vinc17.org>
To: zsh-users@sunsite.dk
Subject: Re: why does "jobs | wc" not work?
Date: Tue, 26 Nov 2002 11:56:58 +0100	[thread overview]
Message-ID: <4b9b6605f3vincent@vinc17.org> (raw)
In-Reply-To: <20021126104930.GE1937@gmx.de>

In article <20021126104930.GE1937@gmx.de>,
   Dominik Vogt <dominik.vogt@gmx.de> wrote:
> There seems to be a strange bug with the jobs command in
> zsh-4.0.4.  It seems that the output of the jobs command refuses
> to go into a pipe.

> This works:

>   $ sleep 1000 &
>   [1] 6262
>   $ jobs > foo
>   $ wc foo
>         1       5      29 foo   <--

> But this does not:

>   $ sleep 1000 &
>   [1] 6262
>   $ jobs | wc
>         0       0       0       <-- ?

> And also:

>   $ echo `jobs`

>   $

> Is there a specific reason why jobs generates no output when
> running in a pipe?

Because jobs is executed in a subshell?

This is not the case with jobs > foo. "true | jobs" is also OK.

> Note:  In pdksh and bash (as bash and sh), jobs works as I would
> expect; csh and tcsh work like zsh.

AFAIK, shells do not implement the pipe and jobs in the same way.

-- 
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/> - 100%
validated (X)HTML - Acorn Risc PC, Yellow Pig 17, Championnat International
des Jeux Mathématiques et Logiques, TETRHEX, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA



  reply	other threads:[~2002-11-26 10:57 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-26 10:49 Dominik Vogt
2002-11-26 10:56 ` Vincent Lefevre [this message]
2002-11-26 11:09 ` Peter Stephenson
2002-11-26 11:17   ` Vincent Lefevre
2002-11-26 11:27     ` Peter Stephenson
2002-11-26 11:42   ` Dominik Vogt
2002-11-26 11:59     ` Vincent Lefevre
2002-11-26 12:08     ` Peter Stephenson
2002-11-26 12:48       ` Dominik Vogt
2002-11-26 13:05         ` Peter Stephenson
2002-11-26 13:33           ` Dominik Vogt
2002-11-26 17:20             ` Danek Duvall
2002-11-26 13:13         ` Vincent Lefevre
2002-11-26 11:24 ` Stephane Chazelas
2002-11-26 17:11 Borzenkov Andrey

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=4b9b6605f3vincent@vinc17.org \
    --to=vincent@vinc17.org \
    --cc=zsh-users@sunsite.dk \
    /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).