62e71d
.TH TABULATE "1" "October 2022" "" "User Commands"
62e71d
.SH NAME
62e71d
.B tabulate
62e71d
\(en pretty-print tabular data
62e71d
.SH SYNOPSIS
62e71d
.B tabulate
62e71d
.RI [ options ]
62e71d
.RI [ FILE \ ...]
62e71d
.SH OPTIONS
62e71d
.SS "POSITIONAL\ ARGUMENTS"
62e71d
.TP
62e71d
.I FILE
62e71d
a filename of the file with tabular data;
62e71d
if
62e71d
.RB \(lq \- \(rq
62e71d
or missing, read data from
62e71d
.IR stdin .
62e71d
.SS "OPTIONAL\ ARGUMENTS"
62e71d
.TP
62e71d
.B \-h\fR, \fB\-\-help
62e71d
Show a help message
62e71d
.TP
62e71d
.B \-1\fR, \fB\-\-header
62e71d
use the first row of data as a table header
62e71d
.TP
62e71d
.B \-o\ \fIFILE\fR, \fB\-\-output\ \fIFILE
62e71d
print table to
62e71d
.I FILE
62e71d
(default:
62e71d
.IR stdout )
62e71d
.TP
62e71d
.B \-s\ \fIREGEXP\fR, \fB\-\-sep\ \fIREGEXP
62e71d
use a custom column separator
62e71d
(default:
62e71d
.IR whitespace )
62e71d
.TP
62e71d
.B \-F\ \fIFPFMT\fR, \fB\-\-float\ \fIFPFMT
62e71d
floating point number format
62e71d
(default:
62e71d
.BR g )
62e71d
.TP
62e71d
.B \-I\ \fIINTFMT\fR, \fB\-\-int\ \fIINTFMT
62e71d
integer point number format
62e71d
(default:
62e71d
\(lq\(rq)
62e71d
.TP
62e71d
.B \-f\ \fIFMT\fR, \fB\-\-format\ \fIFMT
62e71d
set output table format;
62e71d
supported formats:
62e71d
.BR plain ,
62e71d
.BR simple ,
62e71d
.BR grid ,
62e71d
.BR fancy_grid ,
62e71d
.BR pipe ,
62e71d
.BR orgtbl ,
62e71d
.BR rst ,
62e71d
.BR mediawiki ,
62e71d
.BR html ,
62e71d
.BR latex ,
62e71d
.BR latex_raw ,
62e71d
.BR latex_booktabs ,
62e71d
.BR latex_longtable ,
62e71d
.B tsv
62e71d
(default:
62e71d
.BR simple )
62e71d
.SH "SEE\ ALSO"
62e71d
https://github.com/astanin/python-tabulate