Check if a TCP Port is Listening in Bash
If you are writing a startup or monitoring script, you may want a way to check if a TCP port is listening in bash. You can actually do it without calling any external programs, such as ss or netstat. I have only done this on Linux, so if you are using another UNIX like operating… Read More »