17 Parsing command line options

The getopts module defines a set of procedures to be used to process command line arguments with the following format:

-a

Brief option a with no value.

-a123

Brief option a with value 123.

--bianco

Long option bianco with no value.

--colour=bianco

Long option colour with value bianco.


This document describes version 3.0.0-devel.9 of Marcos Bash Functions Library.