// .TH dusort 1 "16 may 97" // .IX dusort // .\" See the copyright notice at the end of this file. // .SH NAME // dusort \- sorts the output of du(1) by size in each directory // // .SH SYNTAX // .B du | dusort // // .SH DESCRIPTION // .B dusort // sorts the output of the // .BR du (1) // disk usage utility in the following format // .nf // 0 . usr/ // 5616 . . local/ // 4959 . . . man/ // 2182 . . . . cat1 // 769 . . . . mann // 572 . . . . catn // 504 . . . . man1 // 282 . . . lib/ // 12 . . . . tcl // 9 . . . . vttool // 23 . . . include // 4 . . . bin // .fi // .PP // The children of each directory are sorted in decreasing order // of total size (as reported by // .BR du). // .SH OPTIONS // .PP // None. // .SH BUGS // Likely. // .SH CHALLENGES FOR THE BORED // .PP // Dunno, this looks perfect as it is. // .SH AUTHOR // Jorge Stolfi // .\" // .\" (****************************************************************************) // .\" (* (C) Copyright 1992 Universidade Estadual de Campinas (UNICAMP) *) // .\" (* Campinas, SP, Brazil *) // .\" (* *) // .\" (* Author: *) // .\" (* *) // .\" (* Jorge Stolfi - CS Dept, UNICAMP *) // .\" (* *) // .\" (* This file can be freely distributed, modified, and used for any *) // .\" (* purpose, provided that this copyright and authorship notice is *) // .\" (* included in any copy or derived version of this file. *) // .\" (* *) // .\" (* DISCLAIMER: This software is offered ``as is'', without any guarantee *) // .\" (* as to fitness for any particular purpose. Neither the copyright *) // .\" (* holder nor the authors or their employers can be held responsible for *) // .\" (* any damages that may result from its use. *) // .\" (****************************************************************************) // .\"