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

unexpand - Convert blanks in each `FILE` to tabs, writing to standard output. With no `FILE`, or when

Description

       Convert blanks in each `FILE` to tabs, writing to standard output.  With no `FILE`,  or  when  `FILE`  is
       `-`, read standard input.

Name

       unexpand  -  Convert  blanks in each `FILE` to tabs, writing to standard output.  With no `FILE`, or when
       `FILE` is `-`, read standard input.

Options

-a, --all
              convert all blanks, instead of just initial blanks

       --first-only
              convert only leading sequences of blanks (overrides -a)

       -t, --tabs=N,LIST
              use  comma  separated  LIST of tab positions or have tabs N characters apart instead of 8 (enables
              -a)

       -U, --no-utf8
              interpret input file as 8-bit ASCII rather than UTF-8

       -h, --help
              Print help

       -V, --version
              Print version

Synopsis

unexpand [-a|--all] [--first-only] [-t|--tabs] [-U|--no-utf8] [-h|--help] [-V|--version] [file]

Version

       v0.0.30

                                                 unexpand 0.0.30                                     unexpand(1)

See Also