tab2space man page for the Tidy Sourceforge project
tab2space 1 "1 Feb 2007" "HTML Tidy 1.0.0" "User commands"
NAME
tab2space - Utility to expand tabs and ensure consistent line endings

SYNOPSIS
tab2space [option ...] [[infile] [outfile]] ...
DESCRIPTION
tab2space is a command-line utility which performs tab expansion and ensures consistent and appropriate line ending termination characters. tab2space is distributed as part of the tidy(1) package.
OPTIONS

-help, -h display detailed help message

-dos, -crlf set line ends to CRLF (PC-DOS/Windows - default)

-mac, -cr set line ends to CR (classic Mac OS)

-unix, -lf set line ends to LF (Unix)

-tabs preserve tabs, e.g. for Makefile

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

USAGE

Use --help or -h for detailed configuration options.

Input/Output default to stdin/stdout respectively.

For further info on HTML see http://www.w3.org/MarkUp.

For more information about HTML Tidy, visit the project home page at http://tidy.sourceforge.net. Here, you will find links to documentation, mailing lists (with searchable archives) and links to report bugs.

"EXIT STATUS"
0
All input files were processed successfully.
1
There were warnings.
2
There were errors.
"SEE ALSO"
HTML Tidy Project Page at http://tidy.sourceforge.net
AUTHOR
Tidy was written by Dave Raggett <dsr@w3.org>, and is now maintained and developed by the Tidy team at http://tidy.sourceforge.net/. It is released under the MIT Licence.

Generated automatically with HTML Tidy released on 1 September 2005.