This commit is contained in:
Connor Lane Smith
2011-06-02 13:03:34 +01:00
parent 726973dcd5
commit 9f9ea07e6c
3 changed files with 88 additions and 2 deletions

15
sort.1 Normal file
View File

@@ -0,0 +1,15 @@
.TH NL 1 sbase\-VERSION
.SH NAME
sort \- sort lines
.SH SYNOPSIS
.B sort
.RB [ \-r ]
.RI [ file ...]
.SH DESCRIPTION
.B sort
writes the sorted concatenation of the given files to stdout. If no file is
given, sort reads from stdin.
.SH OPTIONS
.TP
.BI \-r
reverses the sort.