I have an extremely large directory (containing millions of files summing up to 150 GB) which I want to delete.
Is there a faster method than using rm -rf
which takes ages to complete on this directory?
BTW: It's an AIX system and the directory resides on an NFS mount.