Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jan 2022 18:02:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 261200] Unable to pipe the output of jobs in sh
Message-ID:  <bug-261200-227-CzTwiKgfuU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-261200-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-261200-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261200

Fernando Apestegu=C3=ADa <fernape@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |jilles@FreeBSD.org

--- Comment #4 from Fernando Apestegu=C3=ADa <fernape@FreeBSD.org> ---
To me, the behavior is erratic to say the least:

$jobs
$sleep 5000&
$sleep 3000&
$jobs
[1] - Running                 sleep 5000
[2] + Running                 sleep 3000
$jobs | wc -l
       0
$jobs %1
[1] - Running                 sleep 5000
$jobs %1 | wc -l
jobs: No such job: %1
       0
$

^Triage: Adding jilles@ to CC since he has fixed some output issues for
builtins before.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261200-227-CzTwiKgfuU>