du -a | awk '-F\t' '{print $2}' -
On Mon, Dec 28, 2009 at 4:25 PM, erik quanstrom <[email protected]>wrote:> i agree that du -a has a few holes. too bad whitespace > is allowed in file names. i use the attached find.c. > it's also available as contrib quanstro/find. by default > the output is quoted so that it can be reparsed properly > with rc or gettokens. > > - erik
