man1/margin

Table of Contents

Name

margin - add whitespace to the beginning of each line in a file

Synopsis

margin <size>

Description

This program reads from the stdin and prepends size number of spaces of each line of input and writes the result to stdout. Blank lines are skipped.

Arguments

size
Number of spaces to add.

Notes

Manual page revision

$Id: margin.1,v 1.0 1999/02/09 23:21:38 kitchen Exp $


Table of Contents