mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 22:17:49 +02:00
Seems like accessing $it outside each is not possible now (#4000)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user