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) February 23, 2025
Generated by manServer 1.08 from 04ecb3f6-091b-4912-93cc-81c1811cb337 using man macros.