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:
parent
b107435793
commit
7d7a50568f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue