K 10 svn:author V 8 keramida K 8 svn:date V 27 2009-01-15T03:48:49.238177Z K 7 svn:log V 370 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. END