logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

print-columns - transform lines of a tab-delimited table

Description

print-columns reads a tab-delimited table from standard input and writes to standard output the result of
       evaluating the specified awk(1) expression(s) on each row.

Name

       print-columns - transform lines of a tab-delimited table

Note

       Callers  will  typically  want  to  surround  the expressions by single quotes to protect them from shell
       expansion.

See Also

awk(1), filter-columns(1), reorder-columns(1), sort-table(1), transmute(1), uniq-table(1), xtract(1).

NCBI                                               2023-02-05                                   PRINT-COLUMNS(1)

Synopsis

print-columnsexpr[,expr...]

See Also