lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev Re: [-dev.12] experimental text entry fields patch (updated


From: dickey
Subject: Re: lynx-dev Re: [-dev.12] experimental text entry fields patch (updated)
Date: Mon, 11 Jan 1999 10:56:37 -0500 (EST)

> 
> In a recent note, Kim DeVaughn said: 
>  
> > Date: Sun, 10 Jan 1999 16:35:07 -0800 
> >  
> > can't just do (an equivalent of) "rm -f some-dir" and have it and all 
> > its contents blown away ... you still need to unlink() the individual 
> > files in it before rmdir()'ing the directory. 
> >  
> That's what "rm -rf some-dir" does.  Don't know about portability. 
>                  ^ 
>                 ^^^ 
> -- gil 
Solaris...

System Calls                                             rmdir(2)



NAME
     rmdir - remove a directory

SYNOPSIS
     #include <unistd.h>

     int rmdir(const char *path);

DESCRIPTION
     rmdir() removes the directory named by the path name pointed
     to  by  path.  The directory must not have any entries other
     than "." and "..".


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

[Prev in Thread] Current Thread [Next in Thread]