Subject: Re: How do I delete an empty directory?
To: Jasper Wallace <jasper@navaho.co.uk>
From: Laurent DOMISSE <domisse@credm.com>
List: port-arm32
Date: 11/17/1997 16:48:10
--------------EB25BFBF59ECA91205D37875
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Jasper Wallace wrote:

> at the bottom of the man page for unlink there is a refrence to rmdir(2) in
> the 'see also' section. it does exactly what you want ;-)
>

The usual way to delete a directory is to use : rmdir <dir>
if you want to delete a dir with files inside , use rm -r  <dir>


--
 Laurent DOMISSE
 CREDM : Webmaster / Admin / Perl   Tel : 01 40 51 85 50
 -------------------------------------------------------
 Hobbies keywords : Skylink / Archimedes RPC-SA / W3Perl



--------------EB25BFBF59ECA91205D37875
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<HTML>
Jasper Wallace wrote:
<BLOCKQUOTE TYPE=CITE>

<P>at the bottom of the man page for unlink there is a refrence to rmdir(2)
in
<BR>the 'see also' section. it does exactly what you want ;-)
<BR>&nbsp;</BLOCKQUOTE>
The usual way to delete a directory is to use :&nbsp;rmdir &lt;dir>
<BR>if you want to delete a dir with files inside , use rm -r&nbsp; &lt;dir>
<BR>&nbsp;
<PRE>--&nbsp;
&nbsp;Laurent DOMISSE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;CREDM : Webmaster / Admin / Perl&nbsp;&nbsp; Tel : 01 40 51 85 50&nbsp;
&nbsp;-------------------------------------------------------
&nbsp;Hobbies keywords : Skylink / Archimedes RPC-SA / W3Perl</PRE>
&nbsp;</HTML>

--------------EB25BFBF59ECA91205D37875--