.\" Copyright (c) 1980 Regents of the University of California. .\" All rights reserved. The Berkeley software License Agreement .\" specifies the terms and conditions for redistribution. .\" .\" @(#)num.1 4.1 (Berkeley) %G% .\" .TH NUM 1 "4/1/81" .UC 4 .SH NAME num \- number lines .SH SYNOPSIS .B num [ file ... ] .SH DESCRIPTION The lines in the specified files, or the standard input, are copied to the standard output preceded by line numbers. Tabs remain aligned in the output as the lines are printed preceded by the number blank padded to six digits and then 2 spaces. .PP .I Num is actually just the .B \-n option of the .IR cat (1) command. .SH SEE\ ALSO cat(1), pr(1)