1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 12:55:28 +02:00

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)