mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-11 05:15:41 +02:00
fkill: add page (#2468)
This commit is contained in:
parent
4cbb38584e
commit
37666bb4d3
1 changed files with 11 additions and 0 deletions
11
pages/common/fkill.md
Normal file
11
pages/common/fkill.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# fkill
|
||||
|
||||
> Fabulously kill processes. Cross-platform.
|
||||
|
||||
- Run without arguments to use the interactive interface:
|
||||
|
||||
`fkill`
|
||||
|
||||
- Kill the process by pid, name or port:
|
||||
|
||||
`fkill {{pid|name|:port}}`
|
Loading…
Add table
Reference in a new issue