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-05-31 So 19:07