Dictionary    Maps    Thesaurus    Translate    Advanced >   


Tip: Click Thesaurus above for synonyms. Also, follow synonym links within the dictionary to find definitions from other sources.

1. The Free On-line Dictionary of Computing (30 December 2018)
command line option
option

    (Or "option", "flag", "switch", "option switch") An
   argument to a command that modifies its function rather than
   providing data.  Options generally start with "-" in Unix or
   "/" in MS-DOS.  This is usually followed by a single letter
   or occasionally a digit.  More recently, GNU software
   adopted the --longoptionname style, usually in addition to
   traditional, single-character, -x style equivalents.

   Some commands require each option to be a separate argument,
   introduced by a new "-" or "/", others allow multiple option
   letters to be concatenated into a single argument with a
   single "-" or "/", e.g. "ls -al".  A few Unix commands
   (e.g. ar, tar) allow the "-" to be omitted.  Some options
   may or must be followed by a value, e.g. "cc prog.c -o prog",
   sometimes with and sometimes without an intervening space.

   getopt and getopts are commands for parsing command line
   options.  There is also a C library routine called getopt
   for the same purpose.

   (2007-02-18)


Common Misspellings >
Most Popular Searches: Define Misanthrope, Define Pulchritudinous, Define Happy, Define Veracity, Define Cornucopia, Define Almuerzo, Define Atresic, Define URL, Definitions Of Words, Definition Of Get Up, Definition Of Quid Pro Quo, Definition Of Irreconcilable Differences, Definition Of Word, Synonyms of Repetitive, Synonym Dictionary, Synonym Antonyms. See our main index and map index for more details.

©2011-2024 ZebraWords.com - Define Yourself - The Search for Meanings and Meaning Means I Mean. All content subject to terms and conditions as set out here. Contact Us, peruse our Privacy Policy