TAB2SPACE 1 "February 6, 2003"
NAME
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

15 -help or -h display this help message

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

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

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

15 -tabs preserve tabs, e.g. for Makefile

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

"SEE ALSO"

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

AUTHOR

Dave Raggett <dsr@w3.org>