Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • @Isaaec /[ \t]+/ would recognize spaces as the separator in any awk but then you could get failures if any of the tab-separated fields contains blanks (e.g. a field that's foo 0 bar) so it's just not worth it - the OP said the fields are tab-separated so we should just believe them. Commented Dec 21, 2019 at 14:57