|
NAMEexpand - convert tabs to spaces SYNOPSISexpand [-v] [-t tabs] [--] [file ... ] expand converts tabs in its input files to spaces and writes the result to the standard output. OPTIONS
DESCRIPTIONexpand reads each file in turn, expanding tabs to spaces from each file in turn, and writing the result to the standard output. If no files are specified or a file is - (dash), expand reads from the standard input. expand expects its input to be Unicode characters in utf(4) form. SEE ALSOunexpand(1) utf(4) BUGSNone known. SOURCEShttp://pobox.com/~Alan.Watson/software.html AUTHORAlan Watson (Alan.Watson@pobox.com).
|