Check out my first novel, midnight's simulacra!

Getopt: Difference between revisions

From dankwiki
Jump to navigation Jump to search
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=="
(No difference)

Revision as of 02:52, 29 May 2012

Shell

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

C