On Sun, Jan 20, 2002 at 02:57:32PM +0100, martin f krafft wrote: > i took the output of a `find /` and deleted all lines corresponding to > inodes in the above special directories (find has no exclude!!! > wishlist!),
Sure it does. Use something like 'find <path> <condition> -o -print'. -- Colin Watson [EMAIL PROTECTED]