Add -n support to sort(1)
This commit is contained in:
5
sort.1
5
sort.1
@@ -3,7 +3,7 @@
|
||||
sort \- sort lines
|
||||
.SH SYNOPSIS
|
||||
.B sort
|
||||
.RB [ \-ru ]
|
||||
.RB [ \-nru ]
|
||||
.RI [ file ...]
|
||||
.SH DESCRIPTION
|
||||
.B sort
|
||||
@@ -11,6 +11,9 @@ writes the sorted concatenation of the given files to stdout. If no file is
|
||||
given, sort reads from stdin.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B \-n
|
||||
perform a numeric sort.
|
||||
.TP
|
||||
.B \-r
|
||||
reverses the sort.
|
||||
.TP
|
||||
|
Reference in New Issue
Block a user