File: gretl.1

package info (click to toggle)
gretl 1.9.1-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 31,704 kB
  • ctags: 19,144
  • sloc: ansic: 276,238; sh: 10,907; makefile: 1,995; lisp: 1,205; perl: 364; xml: 320
file content (79 lines) | stat: -rw-r--r-- 1,857 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
.TH "gretl" "1" "1.8.7" "Allin Cottrell" "econometrics"
.SH "NAME"
gretl \- GNU Regression, Econometrics and Time\-series Library

.SH "SYNOPSIS"
\fBgretl\fR [ options ] [ \fIdatafile\fP | \fIscriptfile\fP | \fIsessionfile\fP ]
.br 

.SH "DESCRIPTION"
gretl is an econometrics package, built around a shared
library which may be accessed using a command\-line client
program (\fBgretlcli\fR) or a graphical user interface
(\fBgretl_x11\fR).  The program \fBgretl\fR is a wrapper script that
calls the GUI if the DISPLAY environment variable is set, otherwise
the command\-line client.  

For details, please start up either the GUI or the
command\-line client and consult the online help, or read the
printed manual, which is available in PDF format via the
gretl website, \fBhttp://gretl.sourceforge.net\fR.

.SH "OPTIONS"
These are the options supported by the \fBgretl_x11\fR program;
\fBgretlcli\fR is a little different.
.TP
\fB\-r\fR script, \fB\-\-run\fR script

Open a script.
.TP
\fB\-c\fR, \fB\-\-dump\fR

Dump the configuration file.
.TP
\fB\-d\fR database, \fB\-\-db\fR database

Open a local database.
.TP
\fB\-e\fR, \fB\-\-english\fR

Force use of English.
.TP
\fB\-r\fR script, \fB\-\-run\fR script

Open a script.
.TP
\fB\-w\fR database, \fB\-\-webdb\fR database

Open a remote database.
.TP
\fB\-h\fR, \fB\-\-help\fR

Give help information and exit.
.TP 
\fB\-v\fR, \fB\-\-version\fR

Give version information and exit.

.SH "FILES"
\fI~/.gretl2rc\fP Default per\-user configuration file
.TP
\fI~/.gretl\fP Default directory for user files

.SH "ENVIRONMENT VARIABLES"
.TP 
\fBHOME\fP
Specifies the user's home directory
.TP 
\fBDISPLAY\fP
Specifies the X window display to use
.TP 
\fBGRETL_PROFILE\fP
.TP
Specifies the customized configuration file to use

.SH "SEE ALSO"
\fBgretlcli\fR(1)

.SH "AUTHOR"
Allin Cottrell <cottrell@wfu.edu>