freebsd-dev/usr.bin/du
Giorgos Keramidas fe5628d3c1 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
2008-02-25 19:06:43 +00:00
..
du.1 Implement from scratch a -l option for du(1), to match the same option 2008-02-25 19:06:43 +00:00
du.c Implement from scratch a -l option for du(1), to match the same option 2008-02-25 19:06:43 +00:00
Makefile Use humanize_number(3) to format sizes into a human readable form. 2004-05-24 22:22:29 +00:00