replaced {{8080}} with {{port}} to follow format conventions.

waldyrious/alt-syntax
Yoshinari Takaoka 2016-01-06 06:24:23 +09:00
parent b107435793
commit 7d7a50568f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
- find the process that opened a local internet port
`lsof -i :{{8080}}`
`lsof -i :{{port}}`
- only output the process PID (e.g. to pipe into kill)