@@ -37,8 +37,7 @@ The idea behind this table is to help you understand how Nu builtins and plugins
3737| [ ` transpose ` ] ( /commands/docs/transpose.md ) | ` pivot ` | | | |
3838| [ ` ps ` ] ( /commands/docs/ps.md ) | | | ` Get-Process ` , ` ps ` , ` gps ` | ` ps ` |
3939| [ ` 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' ` | |
4241| [ ` reduce ` ] ( /commands/docs/reduce.md ) | | ` Aggregate ` | | |
4342| [ ` rename ` ] ( /commands/docs/rename.md ) | | | ` Rename-Item ` , ` ren ` , ` rni ` | ` mv ` |
4443| [ ` 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
4948| [ ` skip ` ] ( /commands/docs/skip.md ) | ` where row_number() ` | ` Skip ` | ` Select-Object -Skip ` | |
5049| [ ` skip until ` ] ( /commands/docs/skip_until.md ) | | ` SkipWhile ` | | |
5150| [ ` skip while ` ] ( /commands/docs/skip_while.md ) | | ` SkipWhile ` | | |
51+ | [ ` slice ` ] ( /commands/docs/slice.md ) | ` limit x offset y ` , ` rownumber ` | ` ElementAt ` | ` [x] ` , indexing operator, ` ElementAt ` | |
5252| [ ` sort-by ` ] ( /commands/docs/sort-by.md ) | ` order by ` | ` OrderBy ` , ` OrderByDescending ` , ` ThenBy ` , ` ThenByDescending ` | ` Sort-Object ` , ` sort ` | ` sort ` |
5353| [ ` str ` ] ( /commands/docs/str.md ) | String functions | ` String ` class | ` String ` class | |
5454| [ ` str join ` ] ( /commands/docs/str_join.md ) | ` concat_ws ` | ` Join ` | ` Join-String ` | |
0 commit comments