date and time created 88/07/22 16:08:01 by bostic
[unix-history] / usr / src / old / num / num.1
CommitLineData
d7bd7015
KM
1.\" Copyright (c) 1980 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
5.\" @(#)num.1 4.1 (Berkeley) %G%
6.\"
7.TH NUM 1 "4/1/81"
8.UC 4
9.SH NAME
10num \- number lines
11.SH SYNOPSIS
12.B num
13[
14file ...
15]
16.SH DESCRIPTION
17The lines in the specified files, or the standard input,
18are copied to the standard output preceded by line numbers.
19Tabs remain aligned in the output as the lines are printed
20preceded by the number blank padded to six digits and then 2 spaces.
21.PP
22.I Num
23is actually just the
24.B \-n
25option of the
26.IR cat (1)
27command.
28.SH SEE\ ALSO
29cat(1), pr(1)