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

This commit is contained in:
Yoshinari Takaoka
2016-01-06 06:24:23 +09:00
parent b107435793
commit 7d7a50568f

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)