sort: document -b
This commit is contained in:
parent
a2da9edb99
commit
814b04e710
5
sort.1
5
sort.1
|
@ -3,7 +3,7 @@
|
||||||
sort \- sort lines
|
sort \- sort lines
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B sort
|
.B sort
|
||||||
.RB [ \-nru ]
|
.RB [ \-bnru ]
|
||||||
.RB [ \-k
|
.RB [ \-k
|
||||||
.I key
|
.I key
|
||||||
.R ]...
|
.R ]...
|
||||||
|
@ -14,6 +14,9 @@ writes the sorted concatenation of the given files to stdout. If no file is
|
||||||
given, sort reads from stdin.
|
given, sort reads from stdin.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
|
.B \-b
|
||||||
|
skip leading whitespace of columns when sorting.
|
||||||
|
.TP
|
||||||
.B \-n
|
.B \-n
|
||||||
perform a numeric sort.
|
perform a numeric sort.
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Reference in New Issue
Block a user