Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

zsh: jobs -p is not POSIX-compliant



Hi,

I reported this in the Debian BTS[*] a few weeks ago:
[*] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=346162

Package: zsh
Version: 4.3.0-dev-2-1
Severity: normal

POSIX says that with "jobs -p", only the PID is output, whereas zsh
outputs full information.

See http://www.opengroup.org/onlinepubs/009695399/utilities/jobs.html

STDOUT

    If the -p option is specified, the output shall consist of one
    line for each process ID:

    "%d\n", <process ID>

-- 
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA



Messages sorted by: Reverse Date, Date, Thread, Author