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

Matthias Schmidt matthias at crater.dragonflybsd.org
Sat Jan 19 07:35:07 PST 2008


matthias    2008/01/19 07:33:42 PST

DragonFly src repository

  Modified files:
    bin/ls               cmp.c extern.h ls.1 ls.c 
  Log:
  Introduce a new option -S to use the size of a file for sorting (-t).  This
  is handy to find fat files and brings us in line with all the other BSDs.
  
  Revision  Changes    Path
  1.7       +18 -0     src/bin/ls/cmp.c
  1.8       +2 -0      src/bin/ls/extern.h
  1.6       +3 -0      src/bin/ls/ls.1
  1.17      +12 -3     src/bin/ls/ls.c


http://www.dragonflybsd.org/cvsweb/src/bin/ls/cmp.c.diff?r1=1.6&r2=1.7&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/ls/extern.h.diff?r1=1.7&r2=1.8&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/ls/ls.1.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/ls/ls.c.diff?r1=1.16&r2=1.17&f=u





More information about the Commits mailing list