1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/fkill.md

13 lines
253 B
Markdown
Raw Normal View History

2018-10-20 16:46:07 +02:00
# fkill
> Fabulously kill processes. Cross-platform.
2019-06-07 11:58:14 +01:00
> More information: <https://github.com/sindresorhus/fkill>.
2018-10-20 16:46:07 +02:00
- Run without arguments to use the interactive interface:
`fkill`
- Kill the process by PID, name or port:
2018-10-20 16:46:07 +02:00
`fkill {{pid|name|:port}}`