forked from extern/nushell
Update README
This commit is contained in:
parent
e92d4b2ccb
commit
136c8acba6
@ -248,7 +248,6 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat
|
|||||||
## Filters on tables (structured data)
|
## Filters on tables (structured data)
|
||||||
| command | description |
|
| command | description |
|
||||||
| ------------- | ------------- |
|
| ------------- | ------------- |
|
||||||
| add column-or-column-path value | Add a new column to the table |
|
|
||||||
| append row-data | Append a row to the end of the table |
|
| append row-data | Append a row to the end of the table |
|
||||||
| count | Show the total number of rows |
|
| count | Show the total number of rows |
|
||||||
| edit column-or-column-path value | Edit an existing column to have a new value |
|
| edit column-or-column-path value | Edit an existing column to have a new value |
|
||||||
@ -257,6 +256,7 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat
|
|||||||
| get column-or-column-path | Open column and get data from the corresponding cells |
|
| 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 |
|
| 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 |
|
| inc (column-or-column-path) | Increment a value or version. Optionally use the column of a table |
|
||||||
|
| insert column-or-column-path value | Insert a new column to the table |
|
||||||
| last amount | Show only the last number of rows |
|
| last amount | Show only the last number of rows |
|
||||||
| nth row-number | Return only the selected row |
|
| nth row-number | Return only the selected row |
|
||||||
| pick ...columns | Down-select table to only these columns |
|
| pick ...columns | Down-select table to only these columns |
|
||||||
|
Loading…
Reference in New Issue
Block a user