SUMMARY: How to recursively remove *deep* directory tree ?

From: Andy McClements (a.mcclements@linst.ac.uk)
Date: Thu Jul 22 1999 - 10:54:12 CDT


Thanks to all those who responded (approx. 20 !)

The favourite method by far was to do something like:

cd into top of tree, and:

# find . -type d -depth -exec rmdir {} \;

-----------------------------------------------------------------
Andy McClements | mailto: a.mcclements@linst.ac.uk
Network Administrator | http: it.linst.ac.uk
The London Institute HEC | phone: 0171 514 6051
-----------------------------------------------------------------



This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:13:23 CDT