Go to the first, previous, next, last section, table of contents.
The section 2.8 load command executes each line of the specified input file as if it had been typed in interactively. Files created by the section 2.17 save command can later be section 2.8 loaded. Any text file containing valid commands can be created and then executed by the section 2.8 load command. Files being section 2.8 loaded may themselves contain section 2.8 load or section 2.2 call commands. See `comment` for information about comments in commands. To section 2.8 load with arguments, see section 2.2 call.
The section 2.8 load command _must_ be the last command on a multi-command line.
Syntax:
load "<input-file>"
The name of the input file must be enclosed in quotes.
The special filename "-" may be used to section 2.8 load commands from standard input. This allows a `gnuplot` command file to accept some commands from standard input. Please see "help batch/interactive" for more details.
Examples:
load 'work.gnu'
load "func.dat"
The section 2.8 load command is performed implicitly on any file names given as arguments to `gnuplot`. These are loaded in the order specified, and then `gnuplot` exits.
Go to the first, previous, next, last section, table of contents.