Go to main content

man pages section 1: User Commands

Exit Print View

Updated: July 2017
 
 

tab2space (1)

Name

tab2space - Utility to expand tabs and ensure consistent line endings

Synopsis

tab2space [option ...] [[infile] [outfile]] ...

Description

tab2space(1)                     User commands                    tab2space(1)



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  documenta-
       tion,  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.


ATTRIBUTES
       See attributes(5) for descriptions of the following attributes:


       +---------------+------------------+
       |ATTRIBUTE TYPE | ATTRIBUTE VALUE  |
       +---------------+------------------+
       |Availability   | text/tidy        |
       +---------------+------------------+
       |Stability      | Uncommitted      |
       +---------------+------------------+
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.



NOTES
       This    software    was    built    from    source     available     at
       https://java.net/projects/solaris-userland.    The  original  community
       source was downloaded from  /

       Further information about this software can be found on the open source
       community website at http://tidy.sourceforge.net/.



HTML Tidy 1.0.0                   1 Feb 2007                      tab2space(1)