Skip to content

Commit

Permalink
eg?
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed Feb 16, 2024
1 parent 16938d9 commit b1e5c5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions man/MANPAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@ a boolean expression.
:set fs := /,[ \\t]*|[ \\t]+/; {|sprintf \'%i %i\' (\`2 . \`1)}
: Same, with input fields separated by comma and/or blanks and tabs.

:set fs := /,/; {ix=1}{[x+'\\n'+y]|>`$}
: Present column names of a .csv file, one per line

(+)|0 $1:i
: Sum first column

Expand Down

0 comments on commit b1e5c5f

Please sign in to comment.