<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>
<DIV><FONT size=2>I have several subdiretories in a tree that need to be 
deleted.&nbsp; </FONT></DIV>
<DIV><FONT size=2>Because of the number of files/directories I don't 
want</FONT></DIV>
<DIV><FONT size=2>to delete individually if possible.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Example:</FONT></DIV>
<DIV><FONT size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; /tmp</FONT></DIV>
<DIV><FONT size=2>&nbsp;&nbsp;&nbsp; 
/dirA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
/dirB</FONT></DIV>
<DIV><FONT size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; /dirB1&nbsp;&nbsp;&nbsp; 
/dirB2&nbsp;&nbsp;&nbsp; ...</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>I want to delete all of branch /tmp/dirB.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>I am running RedHat 7.3 and have tried</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>rmdir -p --ignore-fail-on-non-empty /tmp/dirB</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>The response is to accept the command, returning</FONT></DIV>
<DIV><FONT size=2>to the command prompt without error but non of 
the</FONT></DIV>
<DIV><FONT size=2>directories are deleted.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Am I misunderstanding that it is possible to 
delete</FONT></DIV>
<DIV><FONT size=2>non-empty directories?&nbsp; </FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Thanks,</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Gary Threlkeld</FONT></DIV>
<DIV><FONT size=2><A 
href="mailto:gthrelk@attbi.com">gthrelk@attbi.com</A></FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV></DIV></BODY></HTML>