Skip to content

awk command needs an extra space #24

Description

@DrCocoaPuffs

Lines 135, 136 should have a space after -v -- without it on MacOS, awk version 20070501, I get this error: awk: invalid -v option

This is how it should be:

end=awk -v p="${line[0]}" 'BEGIN{printf "%.0f" ,p*1000}'
startnext=awk -v p="${line[1]}" 'BEGIN{printf "%.0f" ,p*1000}'

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