UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: uncompressChapter 2
Unix Commands
Next: Reference: unget
 

unexpand

unexpand [options] [files]

Convert spaces back into an appropriate number of tab characters. unexpand reads the named files, or standard input if no files are provided. See also expand.

Options

-a

Replace spaces with tabs everywhere possible, not just leading spaces and tabs.

-t tablist

Interpret tabs according to tablist, a space- or comma-separated list of numbers in ascending order that describe the "tabstops" for the input data.


Previous: Reference: uncompressUNIX in a Nutshell: System V EditionNext: Reference: unget
Reference: uncompressBook IndexReference: unget

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System