Open
Description
In this section, you should probably put somewhere that many of these examples use fields that are specifically tab-separated, as - unless I'm very confused - fields can be separated by other things. :-)
E. g.
perl6 -ne 'say [+] .split("\t")'
could just as easily be
perl6 -ne 'say [+] .split(",")'
for a CSV file rather than a TSV file.
Metadata
Metadata
Assignees
Labels
No labels