Clamps Dictionary
port-used
Function
(port-used port-num)
Check if TCP/IP port port-num is used. Will return the output of
lsof -i:<port-num> in a list or nil if port is unused.
Function
(port-used port-num)
Check if TCP/IP port port-num is used. Will return the output of
lsof -i:<port-num> in a list or nil if port is unused.
Created: 2026-03-24 Di 11:38