freebsd-dev/bin/ls
Dima Dorfman 24b0280f8c 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
2005-06-03 11:38:35 +00:00
..
cmp.c Add the -S option to sort files by size. NetBSD and OpenBSD already 2005-06-03 11:05:58 +00:00
extern.h Add the -S option to sort files by size. NetBSD and OpenBSD already 2005-06-03 11:05:58 +00:00
ls.1 Remove the EXAMPLES section that describes how to sort by size using 2005-06-03 11:38:35 +00:00
ls.c Add the -S option to sort files by size. NetBSD and OpenBSD already 2005-06-03 11:05:58 +00:00
ls.h /*- or .\"- or #- to begin license clauses. 2005-01-10 08:39:26 +00:00
Makefile Use humanize_number(3). 2004-05-25 14:53:47 +00:00
print.c /*- or .\"- or #- to begin license clauses. 2005-01-10 08:39:26 +00:00
util.c Add the -S option to sort files by size. NetBSD and OpenBSD already 2005-06-03 11:05:58 +00:00