csv-tac

NAME

csv-tac - concatenate CSV files and print on the standard output in reverse

SYNOPSIS

csv-tac [OPTION]… [FILE]…

DESCRIPTION

Concatenate CSV FILE(s) to standard output, last row first. With no FILE, or when FILE is -, read standard input.

All files must have the same columns (number, names, and types), but their order can be different between files. csv-tac chooses the order of the first input file.

-s, --show
print output in table format
-S, --show-full
print output in table format with pager
--help
display this help and exit
--version
output version information and exit

EXAMPLES

csv-tac file1.csv - file2.csv
output file1.csv contents, the standard input, then file2.contents, each one in reverse

SEE ALSO

tac(1), csv-cat(1), csv-show(1), csv-nix-tools(7)