DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(guile.info.gz) Command Line Handling

Info Catalog (guile.info.gz) Guile Scripting (guile.info.gz) Top (guile.info.gz) Debugging Features
 
 10 Handling Command Line Options and Arguments
 **********************************************
 
 The ability to accept and handle command line arguments is very
 important when writing Guile scripts to solve particular problems, such
 as extracting information from text files or interfacing with existing
 command line applications.  This chapter describes how Guile makes
 command line arguments available to a Guile script, and the utilities
 that Guile provides to help with the processing of command line
 arguments.
 

Menu

 
* Command Line Args           Using command line arguments.
* getopt-long                 The (ice-9 getopt-long) module.
 
Info Catalog (guile.info.gz) Guile Scripting (guile.info.gz) Top (guile.info.gz) Debugging Features
automatically generated byinfo2html