cvs commit: src/bin/ls cmp.c extern.h ls.1 ls.c util.c
Dima Dorfman
dd at FreeBSD.org
Fri Jun 3 04:05:59 PDT 2005
dd 2005-06-03 11:05:58 UTC
FreeBSD src repository
Modified files:
bin/ls cmp.c extern.h ls.1 ls.c util.c
Log:
Add the -S option to sort files by size. NetBSD and OpenBSD already
have this option with identical semantics (sorting large files first).
-r can be used to reverse the sort if that is desired.
PR: 81625
Submitted by: Kostas Blekos <mplekos at physics.upatras.gr>, keramida
Revision Changes Path
1.17 +18 -0 src/bin/ls/cmp.c
1.24 +2 -0 src/bin/ls/extern.h
1.87 +6 -4 src/bin/ls/ls.1
1.80 +15 -6 src/bin/ls/ls.c
1.38 +2 -2 src/bin/ls/util.c
More information about the cvs-src
mailing list