Show apps that use internet connection at the moment
Posted on January 23rd, 2010
$lsof -P -i -n | cut -f 1 -d ” “| uniq | tail -n +2
Show apps that use internet connection at the moment.
show only the name of the apps that are using internet (more…)