Check out my first novel, midnight's simulacra!

Getopt

From dankwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Shell

getopt(1) diverges between Linux and FreeBSD. POSIX's getopts(1) is the portable way to do option parsing from the shell (as pointed out in BASH FAQ #035).

C