1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 13:42:07 +02:00
tldr/pages/common/fkill.md
2019-06-07 22:58:59 +01:00

12 lines
253 B
Markdown

# fkill
> Fabulously kill processes. Cross-platform.
> More information: <https://github.com/sindresorhus/fkill>.
- Run without arguments to use the interactive interface:
`fkill`
- Kill the process by pid, name or port:
`fkill {{pid|name|:port}}`