csvcat (1) - Linux Manuals

csvcat: Efficiently concatenate CSV

NAME

csvcat - Efficiently concatenate CSV

SYNOPSIS

csvcat file1 file2 [...] > concatenated.csv

DESCRIPTION

Efficiently concatenate CSVs (or other tabular text files), stripping extra header lines. So far, is the fastest non-compiled script I've been able to devise. Plenty open to improvements and suggestions.

AUTHOR

William Moreno Reyes - This manpage waw written for the Fedora Project but can be used in others projects under a CC-By license.