Search Results

0
votes

Ruby - See if a port is open

Just for completeness, the Bash would be something like this: $ netcat $HOST $PORT -w 1 -q 0 </dev/null && do_something -w 1 specifies a ti …