pspp - -help:
dirk@dirk-desktop:~$ pspp --help
PSPP, a program for statistical analysis of sample data.
Usage: pspp [OPTION]... FILE...
If a long option shows an argument as mandatory, then it is mandatory
for the equivalent short option also. Similarly for optional arguments.
Configuration:
-a, --algorithm={compatible|enhanced}
set to `compatible' if you want output
calculated from broken algorithms
-B, --config-dir=DIR set configuration directory to DIR
-o, --device=DEVICE select output driver DEVICE and disable defaults
-d, --define=VAR[=VALUE] set environment variable VAR to VALUE, or empty
-u, --undef=VAR undefine environment variable VAR
Input and output:
-f, --out-file=FILE send output to FILE (overwritten)
-p, --pipe read script from stdin, send output to stdout
-I-, --no-include clear include path
-I, --include=DIR append DIR to include path
-c, --command=COMMAND execute COMMAND before .pspp/rc at startup
Language modifiers:
-i, --interactive interpret scripts in interactive mode
-n, --edit just check syntax; don't actually run the code
-r, --no-statrc disable execution of .pspp/rc at startup
-s, --safer don't allow some unsafe operations
-x, --syntax={compatible|enhanced}
set to `compatible' if you want only to accept
spss compatible syntax
Informative output:
-h, --help print this help, then exit
-l, --list print a list of known driver classes, then exit
-V, --version show PSPP version, then exit
-v, --verbose increments verbosity level
Non-option arguments:
FILE1 FILE2 run FILE1, clear the dictionary, run FILE2
FILE1 + FILE2 run FILE1 then FILE2 without clearing dictionary
KEY=VALUE overrides macros in output initialization file
Driver classes:
ascii devind postscript epsf html
Report bugs to .