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) August 28, 2026
Generated by manServer 1.08 from 1af01179-ded0-430c-8108-2ef03e4b009e using man macros.