Put
| Command |
put {column} … put {column} … before {column} put {column} … after {column} |
|---|---|
| Alternative | put {column} … |
| Purpose |
move or insert columns to a target location. The default target of the put command is before first, i.e. to the left of a table. The addition of before {column} or after {column} can be used to place the columns relative to another, taget column.
The column names first and last
are interpreted as
Use :first, :last, :before
or :after to reference columns named
|
| Tips | |
| Examples |
psv put wip done
psv put wip done before task
psv put wip done last
|
| Playground |
|