mirror of
https://github.com/nushell/nushell
synced 2024-12-26 04:53:09 +00:00
Update readme
This commit is contained in:
parent
62a5250554
commit
943e0045e7
1 changed files with 1 additions and 0 deletions
|
@ -253,6 +253,7 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat
|
|||
| edit column-or-column-path value | Edit an existing column to have a new value |
|
||||
| embed column | Creates a new table of one column with the given name, and places the current table inside of it |
|
||||
| first amount | Show only the first number of rows |
|
||||
| format pattern | Format table row data as a string following the given pattern |
|
||||
| get column-or-column-path | Open column and get data from the corresponding cells |
|
||||
| group-by column | Creates a new table with the data from the table rows grouped by the column given |
|
||||
| inc (column-or-column-path) | Increment a value or version. Optionally use the column of a table |
|
||||
|
|
Loading…
Reference in a new issue