On Mon, Dec 13, 1999 at 07:13:12PM -0800, Jeff Krueger wrote:
Does anyone know of a fast, safe way of deleting a large qtree on a NetApp? Has anyone tried the rc_toggle_basic command "rm" from the console? Will it remove files recursively? Do they go into snapshots? Is it a "good thing(tm)" to do?
It seems like a waste to do a "rm -rf" over NFS...
A small perl script or C code calling ``unlink'' is probalby your best bet.