@@ -37,8 +37,7 @@ The idea behind this table is to help you understand how Nu builtins and plugins
37
37
| [ ` transpose ` ] ( /commands/docs/transpose.md ) | ` pivot ` | | | |
38
38
| [ ` ps ` ] ( /commands/docs/ps.md ) | | | ` Get-Process ` , ` ps ` , ` gps ` | ` ps ` |
39
39
| [ ` pwd ` ] ( /commands/docs/pwd.md ) | | | ` Get-Location ` , ` pwd ` | ` pwd ` |
40
- | [ ` range ` (command)] ( /commands/docs/range.md ) | ` limit x offset y ` , ` rownumber ` | ` ElementAt ` | ` [x] ` , indexing operator, ` ElementAt ` | |
41
- | [ ` range ` (type)] ( types_of_data.html#ranges ) | | ` Range ` | ` 1..10 ` , ` 'a'..'f' ` | |
40
+ | [ ` range ` ] ( types_of_data.html#ranges ) | | ` Range ` | ` 1..10 ` , ` 'a'..'f' ` | |
42
41
| [ ` reduce ` ] ( /commands/docs/reduce.md ) | | ` Aggregate ` | | |
43
42
| [ ` rename ` ] ( /commands/docs/rename.md ) | | | ` Rename-Item ` , ` ren ` , ` rni ` | ` mv ` |
44
43
| [ ` reverse ` ] ( /commands/docs/reverse.md ) | | ` Reverse ` | ` [Array]::Reverse($var) ` | |
@@ -49,6 +48,7 @@ The idea behind this table is to help you understand how Nu builtins and plugins
49
48
| [ ` skip ` ] ( /commands/docs/skip.md ) | ` where row_number() ` | ` Skip ` | ` Select-Object -Skip ` | |
50
49
| [ ` skip until ` ] ( /commands/docs/skip_until.md ) | | ` SkipWhile ` | | |
51
50
| [ ` skip while ` ] ( /commands/docs/skip_while.md ) | | ` SkipWhile ` | | |
51
+ | [ ` slice ` ] ( /commands/docs/slice.md ) | ` limit x offset y ` , ` rownumber ` | ` ElementAt ` | ` [x] ` , indexing operator, ` ElementAt ` | |
52
52
| [ ` sort-by ` ] ( /commands/docs/sort-by.md ) | ` order by ` | ` OrderBy ` , ` OrderByDescending ` , ` ThenBy ` , ` ThenByDescending ` | ` Sort-Object ` , ` sort ` | ` sort ` |
53
53
| [ ` str ` ] ( /commands/docs/str.md ) | String functions | ` String ` class | ` String ` class | |
54
54
| [ ` str join ` ] ( /commands/docs/str_join.md ) | ` concat_ws ` | ` Join ` | ` Join-String ` | |
0 commit comments