User Commands  - expand- (1)

NAME

expand-(1f) - [FUNIX] convert tabs to spaces (LICENSE:PD)

CONTENTS

Synopsis
Description
Options
Examples

SYNOPSIS

expand- FILENAME(S) [ -blanks N]| --help| --version

DESCRIPTION

Convert tabs in each FILE to spaces, writing to standard output. If no filename is specified standard input is read. Tab stops are assumed to be every eight (8) columns. Trailing spaces, carriage returns, and newlines are removed.

OPTIONS

FILENAMES
  files to expand tab characters in.
-blanks
  maximum number of adjacent blank lines to retain. Default is -1, which is equivalent to unlimited.
--help display this help and exit
--version
  output version information and exit

EXAMPLES

Sample commands:

        expand- < input.txt > output.txt
        expand- input.txt   > output.txt


Nemo Release 3.1 expand- (1) June 29, 2025
Generated by manServer 1.08 from bc23699b-579d-4527-9154-ef95bc37c3a7 using man macros.