マニュアルページセク ション 1: ユーザーコマンド

印刷ビューの終了

更新: 2014 年 7 月
 
 

guile-tools (1)

名前

guile-tools - displays guile module information

形式

/usr/bin/guile-tools [OPTION] PROGRAM [ARGS ...]

説明




User Commands                                      guile-tools(1)



NAME
     guile-tools - displays guile module information

SYNOPSIS
     /usr/bin/guile-tools [OPTION] PROGRAM [ARGS ...]

DESCRIPTION
     knows  where  a  particular module is installed and calls it
     passing its args to the program. The result is that you need
     not augment your PATH.

     Usage is straightforward:

           guile-tools --help
           guile-tools --version
           guile-tools [OPTION] PROGRAM [ARGS ...]

     When  Guile  is  installed, in addition to the `(ice-9 FOO)'
     modules, a set of "executable modules"  `(scripts  BAR)'  is
     also  installed.   Each  is a regular Scheme module that has
     some additional packaging so that it can be called as a pro-
     gram  in its own right, from the shell.  For this reason, we
     sometimes use the term "script" in this context to mean  the
     same thing.

     If PROGRAM is "list" or omitted, display contents of scripts
     dir, otherwise PROGRAM is run with ARGS. Options  (only  one
     of which may be used at a time):

      --scriptsdir DIR - Look in DIR for scripts
      --guileversion  VERS - Look in $pkgdatadir/VERS/scripts for
     scripts
      --source - Display PROGRAM source (ignore ARGS) to stdout

     The modules are self-documenting.  For example, to  see  the
     documentation  for  `lint',  use  one (or both) of the shell
     commands:

             guile-tools display-commentary '(scripts lint)'
             guile-tools --source lint



ATTRIBUTES
     See  attributes(5)  for  descriptions   of   the   following
     attributes:









SunOS 5.11           Last change: 26 May 2008                   1






User Commands                                      guile-tools(1)



     +---------------+------------------+
     |ATTRIBUTE TYPE | ATTRIBUTE VALUE  |
     +---------------+------------------+
     |Availability   | library/guile    |
     +---------------+------------------+
     |Stability      | Uncommitted      |
     +---------------+------------------+
NOTES
     This   software   was   built   from   source  available  at
     https://java.net/projects/solaris-userland.   The   original
     community       source       was       downloaded       from
     http://ftp.gnu.org/pub/gnu/guile/guile-1.8.6.tar.gz

     Further information about this software can be found on  the
     open  source  community  website at http://www.gnu.org/soft-
     ware/guile/.







































SunOS 5.11           Last change: 26 May 2008                   2