utils/doc/line.1

18 lines
246 B
Groff

.TH LINE 1
.SH NAME
line \- extract line from input
.SH SYNOPSIS
.B line
.IR ln
.SH DESCRIPTION
.B line
extracts the ln'th line from input provided over STDIN
.SH EXAMPLES
Get the 3rd line from the file line.1
.PP
.nf
.RS
line 3 < line.1
.RE
.fi