# $Id: TODO,v 1.2 2005/11/10 23:25:49 ksb Exp $ -a "visit all mounted filesystems (not implemented)" I didn't have a portable code fragment to find all the local filesystems by name, entomb's is close at 560 lines -- which is bigger than the present code for quot. mount | grep local | grep -w ufs | awk ... -n "filter ncheck output for inode number to owner mapping (not implemented)" This is a silly way to do this, stat(1) could take an inode an search for it I'd think. -- ksb