Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Feb 2008 19:06:43 +0000 (UTC)
From:      Giorgos Keramidas <keramida@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/du du.1 du.c
Message-ID:  <200802251906.m1PJ6hwB005451@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
keramida    2008-02-25 19:06:43 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    usr.bin/du           du.1 du.c 
  Log:
  Implement from scratch a -l option for du(1), to match the same option
  of the GNU utility.  The default behavior of our original `du' is to
  count hardlinked files only once for each invocation of the utility.
  With the new -l option they count towards the final size every time
  they are found.
  
  PR:             bin/117944
  Submitted by:   keramida
  Reviewed by:    des, obrien
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.33      +11 -6     src/usr.bin/du/du.1
  1.45      +12 -5     src/usr.bin/du/du.c



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