zsh-users
 help / color / mirror / code / Atom feed
From: Le Wang <lewang@yahoo.com>
To: zsh-users@sunsite.dk
Subject: pipe issues with 'jobs' command
Date: Sun, 28 Oct 2001 20:37:48 -0500 (EST)	[thread overview]
Message-ID: <20011029013748.22148.qmail@web12307.mail.yahoo.com> (raw)

Hi,

I noticed that the jobs command does not pipe at all,
in fact, creating a pipe seems to just make the output
disappear.  But will redirect to output file still
works (of course not in conjunction with pipe).  See
below:

--------------------------------
le_rhat_pc% jobs
[1]  + running    usr/bin/xemacs
le_rhat_pc% jobs > output.txt
le_rhat_pc% cat output.txt
[1]  + running    usr/bin/xemacs
le_rhat_pc% jobs | cat
le_rhat_pc% jobs > output.txt | cat
le_rhat_pc% cat output.txt
le_rhat_pc% echo `jobs`

le_rhat_pc% echo $(jobs)

le_rhat_pc%
le_rhat_pc% uname -a
Linux le_rhat_pc 2.4.7-6 #1 Wed Aug 29 11:43:50 EDT
2001 i686 unknown
le_rhat_pc% echo $ZSH_VERSION
4.0.4
--------------------------------

Pretty weird, eh?

thanks.
-lw

p.s. I'm new to zsh and the zsh list so I appologize
if this is a FAQ or has already been answered
recently.



_______________________________________________________
Do You Yahoo!?
Get your free @yahoo.ca address at http://mail.yahoo.ca


             reply	other threads:[~2001-10-29  1:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-29  1:37 Le Wang [this message]
2001-10-29  5:21 ` Sweth Chandramouli
2001-10-30  4:14   ` Le Wang
2001-10-30  4:20     ` Zefram

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=20011029013748.22148.qmail@web12307.mail.yahoo.com \
    --to=lewang@yahoo.com \
    --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).