Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: jobs -l no longer shows process IDs in /bin/csh under NetBSD-10.99.12



    Date:        Wed, 19 Mar 2025 13:47:49 -0700
    From:        Brian Buhrow <buhrow%nfbcal.org@localhost>
    Message-ID:  <202503192047.52JKlnpi020536%nfbcal.org@localhost>

  | What should I get when I use jobs -Z?

"get" - nothing.   The absurd -Z arg to jobs has nothing to do with
jobs at all (it is a borrowed option from zsh I think, and really is
simply in the wrong place).

Its purpose is to call setproctitle() with the arg given to the -Z
option, or if there is none, then setproctitle(NULL) happens instead.

See setproctitle(3) for what that means.

kre


Home | Main Index | Thread Index | Old Index