mirror of
https://github.com/nushell/nushell
synced 2025-01-27 20:35:43 +00:00
Update README.md
This commit is contained in:
parent
67d18df214
commit
9e23be68ba
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ Priority #3: It's an object shell like PowerShell.
|
||||||
# A Taste of Nu
|
# A Taste of Nu
|
||||||
|
|
||||||
```text
|
```text
|
||||||
~\Code\nushell> ps | where cpu -gt 0
|
~\Code\nushell> ps | where cpu > 0
|
||||||
+-------------------+-----+-------+-------+----------+
|
+-------------------+-----+-------+-------+----------+
|
||||||
| name | cmd | cpu | pid | status |
|
| name | cmd | cpu | pid | status |
|
||||||
+-------------------+-----+-------+-------+----------+
|
+-------------------+-----+-------+-------+----------+
|
||||||
|
@ -53,7 +53,7 @@ Priority #3: It's an object shell like PowerShell.
|
||||||
| BlueJeans.exe | - | 7.83 | 6968 | Runnable |
|
| BlueJeans.exe | - | 7.83 | 6968 | Runnable |
|
||||||
+-------------------+-----+-------+-------+----------+
|
+-------------------+-----+-------+-------+----------+
|
||||||
|
|
||||||
~\Code\nushell> ps | where name -eq chrome.exe | take 10
|
~\Code\nushell> ps | where name == chrome.exe | take 10
|
||||||
|
|
||||||
+------------+-----+------+-------+----------+
|
+------------+-----+------+-------+----------+
|
||||||
| name | cmd | cpu | pid | status |
|
| name | cmd | cpu | pid | status |
|
||||||
|
|
Loading…
Reference in a new issue