← man/dev_and_programming
tab2space — man tab2space — 80×24
ugur@toprak:~/man/dev_and_programming$man tab2space
Bölüm 1 Geliştirme & Programlama

tab2space

Utility to expand tabs and ensure consistent line endings

Synopsis

       tab2space [options] [infile [outfile]] ...

Description

tab2space expands tab characters into a specific number of spaces. It also normalizes line endings into a single format.

Options

  • -help or -h: display this help message

  • -dos or -crlf: set line ends to CRLF (PC-DOS/Windows - default)

  • -mac or -cr: set line ends to CR (classic Mac OS)

  • -unix or -lf: set line ends to LF (Unix / Mac OS X)

  • -tabs: preserve tabs, e.g. for Makefile

  • -t<n>: set tabs to (default is 4) spaces

See Also

HTML Tidy Project Page at http://tidy.sourceforge.net

Author

Dave Raggett dsr@w3.org

February 6, 2003 TAB2SPACE(1)