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



	Hello rvp.  With this second, more succinct patch, things look better, but I'm not sure
the jobs -Z command is working.  
What should I get when I use jobs -Z?
The man page is unclear to me.


See the script below:


-thanks
-Brian
Script started on Wed Mar 19 13:44:10 2025
%./csh
%telnet 127.0.0.1 22
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
SSH-2.0-OpenSSH_9.9 NetBSD_Secure_Shell-20240924-hpn13v14-lpk
^]
telnet> z

Suspended
%jobs -l
[1]  + 14789 Suspended              telnet 127.0.0.1 22
%jobs -Z
%exit
There are suspended jobs.
%fg
telnet 127.0.0.1 22
%exit
%exit
%exit
%exit

Script done on Wed Mar 19 13:44:43 2025


Home | Main Index | Thread Index | Old Index