DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦6389f1139⟧ TextFile

    Length: 477 (0x1dd)
    Types: TextFile
    Names: »save.HLP«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/gnuplot/help/gnuplot/save.HLP« 

TextFile

This command saves either user-defined functions, variables, or both
to the specified file. 

Syntax:
        save  {option} <filename>

Where <option> is either 'functions' or 'variables'.  If no option is
used GNUPLOT saves both functions and variables. 

'save'd files are written in text format and may be read by the 'load'
command.

The filename must be enclosed in quotes.

Examples:

        save "work.gnu"
        save functions 'func.dat'
        save var 'var.dat'