Remove the EXAMPLES section that describes how to sort by size using
sort(1). This functionality is provided by the -S option now, and it is useful even though a similar effect is achievable with sort(1), since the latter doesn't work in combination with -h. This option is also present in NetBSD, OpenBSD, and GNU fileutils, so there's clearly a demand for it. Noticed by: asmodai
This commit is contained in:
parent
f420c0c650
commit
fd7de7f99a
15
bin/ls/ls.1
15
bin/ls/ls.1
@ -622,21 +622,6 @@ for more information.
|
|||||||
.El
|
.El
|
||||||
.Sh EXIT STATUS
|
.Sh EXIT STATUS
|
||||||
.Ex -std
|
.Ex -std
|
||||||
.Sh EXAMPLES
|
|
||||||
The following is how to do an
|
|
||||||
.Nm
|
|
||||||
listing sorted by size (and shows why
|
|
||||||
.Nm
|
|
||||||
does not need a separate option for this):
|
|
||||||
.Pp
|
|
||||||
.Dl "ls -l | sort -n +4"
|
|
||||||
.Pp
|
|
||||||
Additionally, the
|
|
||||||
.Fl r
|
|
||||||
flag to
|
|
||||||
.Xr sort 1
|
|
||||||
may be used
|
|
||||||
to get the results sorted from largest to smallest (a reverse sort).
|
|
||||||
.Sh COMPATIBILITY
|
.Sh COMPATIBILITY
|
||||||
The group field is now automatically included in the long listing for
|
The group field is now automatically included in the long listing for
|
||||||
files in order to be compatible with the
|
files in order to be compatible with the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user