cvs commit: src/bin/ls cmp.c extern.h ls.1 ls.c util.c

[ Available lists | Index of cvs-all | Month of Jun 2005 | Week of 3 Jun 2005 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Dima Dorfman <dd@FreeBSD.org>
Date
3 Jun 2005 11:05:59
Subject
cvs commit: src/bin/ls cmp.c extern.h ls.1 ls.c util.c
Message-ID
200506031105.j53B5xBv040850@repoman.freebsd.org


[ Hide this part ]
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@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


Elapsed time: 0.103 seconds