On Mon, Nov 28, 2011 at 11:28 AM, Smith, David W. <smith...@llnl.gov> wrote: > You could list by inode, then use find with rm. > > # ls -i > 7223 -O > > # find . -inum 7223 -exec rm {} \;
This is the one solution I'd recommend against, since it would remove hardlinks that you might care about. Also, this thread is getting long, repetitive, tiring. Please stop. This is a standard issue Unix beginner question, just like "my test program does nothing". Nico -- _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss