mirror of
https://github.com/nushell/nushell
synced 2025-01-13 21:55:07 +00:00
Update README.md
This commit is contained in:
parent
25cc69914c
commit
81396518b7
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat
|
||||||
| 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 |
|
| inc (field) | Increment a value or version. Optional use the field of a table |
|
||||||
| add field value | Add a new field to the table |
|
| add field value | Add a new field to the table |
|
||||||
|
| sum | Sum a column of values |
|
||||||
| edit field value | Edit an existing field to have a new value |
|
| edit field value | Edit an existing field to have a new value |
|
||||||
| 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 |
|
||||||
|
|
Loading…
Reference in a new issue