Description
Large TSV and CSV files can be processed with the official prebuilt tsv-utils binaries. This binary package is useful when you want the same filtering, joining, sampling, and summarizing tools without compiling the D source package.
Use commands such as `tsv-filter`, `tsv-select`, `tsv-join`, `tsv-summarize`, and `csv2tsv` in a terminal. These commands can create or overwrite output files, so check redirection and destination paths.