diff --git a/docs/commands/kill.md b/docs/commands/kill.md index a8c4e32d..8d4b1e9b 100644 --- a/docs/commands/kill.md +++ b/docs/commands/kill.md @@ -19,7 +19,7 @@ Kill a process using the process id. ## Examples Kill the pid using the most memory ```shell -> ps | sort-by mem | last | kill $it.pid +> ps | sort-by mem | last | each { kill $it.pid } ``` Force kill a given pid