[UP]


Manual Reference Pages  - notabs (1)

NAME

notabs(1f) - [FILE FILTER] convert tabs to spaces

CONTENTS

Synopsis
Description
Options
Examples

SYNOPSIS

notabs FILENAME(S)| --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.
--help display this help and exit
--version
  output version information and exit

EXAMPLES

Sample commands:

        notabs < input.txt > output.txt
        notabs input.txt   > output.txt


notabs (1) November 04, 2019
Generated by manServer 1.08 from 30dae158-f56f-4b57-87b6-00c3e5a1198c using man macros.