File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Note: this table assumes Nu 0.43 or later.
2727| group-by | group by | GroupBy, group | Group-Object, group | |
2828| help | sp_help | | Get-Help, help, man | man |
2929| history | | | Get-History, history | history |
30- | is_empty | is null | String.InNullOrEmpty | String.InNullOrEmpty | |
30+ | is-empty | is null | String.InNullOrEmpty | String.InNullOrEmpty | |
3131| kill | | | Stop-Process, kill | kill |
3232| last | | Last, LastOrDefault | Select-Object -Last | tail |
3333| length | count | Count | Measure-Object, measure | wc |
@@ -69,6 +69,6 @@ Note: this table assumes Nu 0.43 or later.
6969| uniq | distinct | Distinct | Get-Unique, gu | uniq |
7070| upsert | As | | | |
7171| version | select @@version | | $PSVersionTable | |
72- | with_env | | | $env: FOO = 'bar' | export foo = "bar" |
72+ | with-env | | | $env: FOO = 'bar' | export foo = "bar" |
7373| where | where | Where | Where-Object, where, "?" operator | |
7474| which | | | | which |
You can’t perform that action at this time.
0 commit comments