skip to main content
Roche logo
3.4.15
    show <show command> <other arguments>
 
    The 'show' command is used to show various information about the
    interpreter.
 
    The following show commands are available.  Run 'help show <show command>'
    for more detailed information.
 
    environment             Shows the environment that defines the behavior of
                                the interpreter.
3.4.15.1
show environment
 
    show env[ironment]
 
    Shows the current environment in which commands are being run.  Here is
    some example output:
 
    libDir=/opt/454/apps/amplicons/config/lib
    currDir=/home/me/data
    homeDir=/home/me
    verbose=false
    onErrors=stop
    outputFileOverwritePolicy=allow
    project=MyProject (/home/me/data/MyProject)
 
    The first three lines show the values of the path variables that may be
    used in resolving relative file paths.  Run 'help general filePaths' for
    more information about file paths.
 
    The next line shows whether verbose mode is turned on. 
    Run 'help set verbose' for more information about this value.
 
    The next line shows the behavior when errors are encountered.
    Run 'help set onErrors' for more information about this value.
    
    The next line shows the policy to use when a command attempts to overwrite
    a preexisting file. Run 'help set outputFileOverwritePolicy' for more 
    information. 
 
    The next line shows the currently open project, indicating the project
    name and location.  This is the project that will be affected by any
    project-related commands.