.TH TAB-TO-CSV 1 "February 16, 2013" .SH NAME .PP tab-to-csv - convert tab delimited to CSV .SH SYNOPSIS .PP tab-to-csv OPTIONS [TSV_FILE] .SH DESCRIPTION .PP Read a tab delimited file from file specified on the command line or standard input and write the corresponding CSV file to standard output. .PP In the tab delimited format fields are delimited by tabs and records are terminated by an end-of-line marker. .SH OPTIONS .PP -u, --unescape : Interpret the following backslash sequences when encountered in the data: , , , \\. .SH SEE ALSO .PP \f[C]csv-to-tab\f[] (1) .PP http://www.ietf.org/rfc/rfc4180.txt .PP http://www.iana.org/assignments/media-types/text/tab-separated-values .SH AUTHORS Clark Grubb.