Sort
| Command |
sort sort {column} … |
|---|---|
| Purpose |
Sort a table's rows. If no columns are specified, the rows are collated by comparing their values from left to right. If columns are specified, the rows are collated using the specified columns only, in the order that they appear after the sort keyword. The special keywords first and last are interpreted as the first (left-most) and last (right-most) columns of the table.
Use :first, :last, :before
or :after to reference columns named
See also Sorting |
| Examples |
psv sort
psv sort value
psv sort symbol value
psv sort value symbol
psv sort value~v
|
| Playground |
|