We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e5cb5 commit c3436dcCopy full SHA for c3436dc
book/nushell_map.md
@@ -27,7 +27,7 @@ Note: this table assumes Nu 0.43 or later.
27
| group-by | group by | GroupBy, group | Group-Object, group | |
28
| help | sp_help | | Get-Help, help, man | man |
29
| history | | | Get-History, history | history |
30
-| is-empty | is null | String.InNullOrEmpty | String.InNullOrEmpty | |
+| is-empty | is null | String.IsNullOrEmpty | String.IsNullOrEmpty | |
31
| kill | | | Stop-Process, kill | kill |
32
| last | | Last, LastOrDefault | Select-Object -Last | tail |
33
| length | count | Count | Measure-Object, measure | wc |
0 commit comments