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
90daf0a486
commit
f5db3276b9
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat
|
||||||
| ------------- | ------------- |
|
| ------------- | ------------- |
|
||||||
| pick ...columns | Down-select table to only these columns |
|
| pick ...columns | Down-select table to only these columns |
|
||||||
| reject ...columns | Remove the given columns from the table |
|
| reject ...columns | Remove the given columns from the table |
|
||||||
| get column-or-column-path | Open given cells as text |
|
| get column-or-column-path | Open column and get data from the corresponding cells |
|
||||||
| 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 |
|
| inc (field) | Increment a value or version. Optional use the field of a table |
|
||||||
|
|
Loading…
Reference in a new issue