Add "move column" command. (#2123)

This commit is contained in:
Andrés N. Robalino
2020-07-06 10:27:01 -05:00
committed by GitHub
parent c3ba1e476f
commit 34e1e6e426
17 changed files with 566 additions and 25 deletions

View File

@ -19,8 +19,7 @@ fn to_column() {
| lines
| trim
| split column ","
| pivot
| nth 1
| get Column2
| echo $it
"#
));