Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2005 11:05:59 +0000 (UTC)
From:      Dima Dorfman <dd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/ls cmp.c extern.h ls.1 ls.c util.c
Message-ID:  <200506031105.j53B5xBv040850@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506031105.j53B5xBv040850>