Skip to content

Commit d90ced8

Browse files
authored
Remove deprecated/removed split-by command from Map table (#1741)
1 parent e800749 commit d90ced8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

book/nushell_map.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
The idea behind this table is to help you understand how Nu builtins and plugins relate to other known shells and domain specific languages. We've tried to produce a map of relevant Nu commands and what their equivalents are in other languages. Contributions are welcome.
44

5-
Note: This table assumes Nu 0.94 or later.
6-
7-
85
| Nushell | SQL | .Net LINQ (C#) | PowerShell (without external modules) | Bash |
96
| ---------------------------------------------------------- | ----------------------------- | ---------------------------------------------------- | ------------------------------------------ | ----------------------------------------------- |
107
| [`alias`](/commands/docs/alias.md) | | | `alias` | `alias` |
@@ -53,7 +50,6 @@ Note: This table assumes Nu 0.94 or later.
5350
| [`skip until`](/commands/docs/skip_until.md) | | `SkipWhile` | | |
5451
| [`skip while`](/commands/docs/skip_while.md) | | `SkipWhile` | | |
5552
| [`sort-by`](/commands/docs/sort-by.md) | `order by` | `OrderBy`, `OrderByDescending`, `ThenBy`, `ThenByDescending` | `Sort-Object`, `sort` | `sort` |
56-
| [`split-by`](/commands/docs/split-by.md) | | `Split` | `Split` | |
5753
| [`str`](/commands/docs/str.md) | String functions | `String` class | `String` class | |
5854
| [`str join`](/commands/docs/str_join.md) | `concat_ws` | `Join` | `Join-String` | |
5955
| [`str trim`](/commands/docs/str_trim.md) | `rtrim`, `ltrim` | `Trim`, `TrimStart`, `TrimEnd` | `Trim` | |

0 commit comments

Comments
 (0)