我需要一个命令来等待进程开始接受特定端口上的请求。
linux中有没有这样做的东西?
while (checkAlive -host localhost -port 13000 == false) do some waiting ...
shell networking process open-files
networking ×1
open-files ×1
process ×1
shell ×1