mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 00:48:56 +00:00
Update cheatsheets
This commit is contained in:
17
fkill
Normal file
17
fkill
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user