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

shtool-table - GNU shtool pretty-print a field-separated list

Description

       This pretty-prints a list of strings as a table.

Example

        #   shell script
        shtool table -F , -w 5 -c 4 "1,2,3,4,5,6,7,8,9,10,11,12"

History

       The GNUshtooltable command was originally written by Ralf S.  Engelschall <rse@engelschall.com> in 1999
       for GNUshtool.

Name

       shtool-table - GNU shtool pretty-print a field-separated list

Options

       The following command line options are available.

       -F, --field-sepsep
           Separate columns using sep. Default is ":".

       -w, --widthwidth
           Width of each column. Default is 15 characters.

       -c, --columnscols
           Number of columns. Default is 3.

       -s, --stripstrip
           Strip off any characters past strip. Default is 79.

See Also

shtool(1), tr(1), fmt(1), sh(1), awk(1), sed(1).

18-Jul-2008                                       shtool 2.0.8                               SHTOOL-TABLE.TMP(1)

Synopsis

shtooltable [-F|--field-sepsep] [-w|--widthwidth] [-c|--columnscols] [-s|--stripstrip] strsepstr...

See Also