11.36 load

load <filename>

The load command executes a Pyxplot command script file, just as if its contents had been typed into the current terminal. For example:

load 'foo'

would have the same effect as typing the contents of the file foo into the present terminal. Filename wildcard can be supplied, in which case all command files matching the given wildcard are executed, as in the example:

load '*.script'