Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2009 03:48:49 +0000 (UTC)
From:      Giorgos Keramidas <keramida@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/du du.1 du.c
Message-ID:  <200901150349.n0F3n1g4059848@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
keramida    2009-01-15 03:48:49 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    usr.bin/du           du.1 du.c 
  Log:
  SVN rev 187272 on 2009-01-15 03:48:49Z by keramida
  
  176561 | keramida | 2008-02-25 21:06:43 +0200 (Mon, 25 Feb 2008) | 11 lines
  
  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.
  
  Revision  Changes    Path
  1.32.2.1  +11 -6     src/usr.bin/du/du.1
  1.42.2.1  +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?200901150349.n0F3n1g4059848>