Date: Thu, 24 Oct 1996 19:30:38 -0400 Message-Id: <199610242330.TAA16407@delorie.com> From: DJ Delorie To: max AT alcyone DOT com CC: djgpp AT delorie DOT com In-reply-to: <326E4028.7F264379@alcyone.com> (message from Erik Max Francis on Wed, 23 Oct 1996 08:56:24 -0700) Subject: Re: Problem with popen() > According to _POSIX's Programmer's Guide_, pclose is not POSIX.1. pclose is POSIX.2 DJGPP's libc supports most of the POSIX.2 functions (except, I think, wordexp() and wordfree()). This includes fnmatch(), glob(), and regexp(). glob() is a fun one - it's the function that the command line wildcard expander uses. Call glob("/.../*") and get a list of all the files on your hard drive!