Skip to content

Tabs in CALCULATIONS #15

Open
Open
@dha

Description

@dha

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions