Print the lines where a specific column is empty

tsv-filter

  • Filter lines of a TSV file by running tests against individual fields.
    More information: <https://github.com/eBay/tsv-utils#tsv-filter>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

tsv-filter --invert --not-empty {{column_number}} {{path/to/tsv_file}}

click the source code to copy