mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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
77a15272e7
commit
24b0280f8c
1 changed files with 0 additions and 15 deletions
15
bin/ls/ls.1
15
bin/ls/ls.1
|
|
@ -622,21 +622,6 @@ for more information.
|
|||
.El
|
||||
.Sh EXIT STATUS
|
||||
.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
|
||||
The group field is now automatically included in the long listing for
|
||||
files in order to be compatible with the
|
||||
|
|
|
|||
Loading…
Reference in a new issue