I am trying to delete the contents of a tmp dir with 3 trees containing about 1.7G as root, from withint the top level tmp dir I issue rm -rf * and the command hangs are never returns. find . -exec rm -rf {} \; works as expected. Harris
I am trying to delete the contents of a tmp dir with 3 trees containing about 1.7G as root, from withint the top level tmp dir I issue rm -rf * and the command hangs are never returns. find . -exec rm -rf {} \; works as expected. Harris