Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2002 01:09:33 +0100 (CET)
From:      Slaven Rezic <eserte@vran.herceg.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/34811: sh: "jobs" is not pipeable
Message-ID:  <200202110009.g1B09XF29027@vran.herceg.de>

next in thread | raw e-mail | index | archive | help


>Number:         34811
>Category:       bin
>Synopsis:       sh: "jobs" is not pipeable
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 10 16:30:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Slaven Rezic
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
www.rezic.de
>Environment:
System: FreeBSD vran.herceg.de 4.3-STABLE FreeBSD 4.3-STABLE #6: Mon Jul 9 11:49:47 CEST 2001 root@vran.herceg.de:/vran/home/src/FreeBSD-4/src/sys/compile/VRAN i386


	
>Description:
	
	The output of /bin/sh's "jobs" builtin cannot be sent to a
	pipe.

>How-To-Repeat:
	
	Start a process in a sh in the background.
	Type:

		jobs | grep .

	There is no output. But:

		jobs > /tmp/foo

	will output the jobs into /tmp/foo.

>Fix:

	
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202110009.g1B09XF29027>