mirror of
https://github.com/nushell/nushell.git
synced 2025-04-24 13:18:18 +02:00
Update README.md
This commit is contained in:
parent
6d0afcc763
commit
fd4c86b77a
@ -54,7 +54,6 @@ Nu has built-in commands for ls and ps, loading these results into a table you c
|
|||||||
|
|
||||||
```text
|
```text
|
||||||
~\Code\nushell> ps | where cpu > 0
|
~\Code\nushell> ps | where cpu > 0
|
||||||
C:\Source\Play\nushell(master)> ps | where cpu > 0
|
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
name cmd cpu pid status
|
name cmd cpu pid status
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
@ -72,7 +71,6 @@ Commands are linked together with pipes, allowing you to select the data you wan
|
|||||||
|
|
||||||
```text
|
```text
|
||||||
~\Code\nushell> ps | where name == chrome.exe | first 5
|
~\Code\nushell> ps | where name == chrome.exe | first 5
|
||||||
|
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
name cmd cpu pid status
|
name cmd cpu pid status
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user