Index: [thread] [date] [subject] [author]
  From: Garrett Mitchener <wgm2@acpub.duke.edu>
  To  : 
  Date: 25 Feb 1999 20:21:23 -0500

URLS for getopt

Help on regular expressions:

http://www.cs.utah.edu/csinfo/texinfo/regex/regex_toc.html

Go down the BSD regex section -- That has stuff about re_comp and so
on.  There are other regex functions but we had some trouble with some
of them last year.  I believe the consensus is that the BSD ones work,
and the POSIX and GNU ones may or may not.  This isn't a great
reference, but it's better than nothing.  Also try 

man -s3c re_comp

Help on getopt:

man -s3c getopt

I can't find an info page for this, sorry.

	-- Garrett *<:-)


Index: [thread] [date] [subject] [author]