mirror of
https://github.com/nushell/nushell
synced 2025-01-14 06:04:09 +00:00
Update README.md
This commit is contained in:
parent
6f286ba837
commit
cc1afc7a7e
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat
|
||||||
| get column-or-column-path | Open given cells as text |
|
| get column-or-column-path | Open given cells as text |
|
||||||
| sort-by ...columns | Sort by the given columns |
|
| sort-by ...columns | Sort by the given columns |
|
||||||
| where condition | Filter table to match the condition |
|
| where condition | Filter table to match the condition |
|
||||||
|
| inc (field) | Increment a value or version. Optional use the field of a table |
|
||||||
| skip amount | Skip a number of rows |
|
| skip amount | Skip a number of rows |
|
||||||
| first amount | Show only the first number of rows |
|
| first amount | Show only the first number of rows |
|
||||||
| to-array | Collapse rows into a single list |
|
| to-array | Collapse rows into a single list |
|
||||||
|
|
Loading…
Reference in a new issue