Horje
mac list used port Code Example
list used ports on mac
sudo lsof -PiTCP -sTCP:LISTEN

COMMAND     PID      USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME
GitHub      850 grgarside   6u   IPv4 0x23c345381d089301      0t0  TCP localhost:25035 (LISTEN)
mac list used port
sudo lsof -i -P | grep LISTEN
mac list used port
sudo lsof -nP -i4TCP:$PORT | grep LISTEN
mac list used port
sudo lsof -nP -iTCP:$PORT | grep LISTEN
sudo lsof -nP -i:$PORT | grep LISTEN




Shell

Related
powershell get all file extensions in directory Code Example powershell get all file extensions in directory Code Example
install vlc ubuntu Code Example install vlc ubuntu Code Example
how to check version of web3 Code Example how to check version of web3 Code Example
dynamodb local how to delete table Code Example dynamodb local how to delete table Code Example
install rbenv Code Example install rbenv Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8