Check out my first novel, midnight's simulacra!

Getopt

From dankwiki
Revision as of 02:52, 29 May 2012 by Dank (talk | contribs) (Created page with "==Shell== <tt>getopt(1)</tt> diverges between Linux and FreeBSD. POSIX's <tt>getopts(1)</tt> is the portable way to do option parsing from the shell. ==C==")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Shell

getopt(1) diverges between Linux and FreeBSD. POSIX's getopts(1) is the portable way to do option parsing from the shell.

C