From 37666bb4d307ce991c05cf843d1b5af110516dae Mon Sep 17 00:00:00 2001 From: Ivan Aracki Date: Sat, 20 Oct 2018 16:46:07 +0200 Subject: [PATCH] fkill: add page (#2468) --- pages/common/fkill.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/common/fkill.md diff --git a/pages/common/fkill.md b/pages/common/fkill.md new file mode 100644 index 0000000000..5089b60083 --- /dev/null +++ b/pages/common/fkill.md @@ -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}}`