1 line
54 B
Bash
1 line
54 B
Bash
lsof -i tcp:8084 | awk 'NR!=1 {print $2}' | xargs kill |
lsof -i tcp:8084 | awk 'NR!=1 {print $2}' | xargs kill |