mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 21:50:26 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
17
tldr/fkill
Normal file
17
tldr/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