Date: Wed, 19 Mar 2025 13:47:49 -0700 From: Brian Buhrow <buh...@nfbcal.org> Message-ID: <202503192047.52jklnpi020...@nfbcal.org>
| 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