lower

The lower command "folds" local file name references that are uppercase to lowercase. File names that have both upper- and lowercase letters are not changed. Only local file name references are affected by lower, such as file names in go, chainbye, or logfile commands. For example, if a script contains the command GO MYSCRIPT, when lower is on, Autolog will look for the file myscript.ago. For the command go MyScript, Autolog will look for the file MyScript.ago.

Turn lower on or off with the command:
 

lower true or false

Note This command is needed only on UNIX systems, where file names are case sensitive. lower makes script files written on other platforms easier to use on UNIX systems.