%csv2tab(1) user manual | version 1.3.5 f86e208 % R. S. Doiel % 2026-02-12
csv2tab
csv2tab [OPTIONS]
csv2tab is a simple conversion utility to convert from CSV to tab separated values. csv2tab reads from standard input and writes to standard out.
-help : display help
-license : display license
-version : display version
If my.tab contained
"name","email","age"
"Doe, Jane","jane.doe@example.org",42Concert this to a tab separated values
csv2tab < my.csv This would yield
name email age
Doe, Jane jane.doe@example.org 42csv2tab 1.3.5