-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgretlcli.1
54 lines (41 loc) · 1.22 KB
/
gretlcli.1
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
.TH "gretlcli" "1" "1.9.5" "The gretl team" "econometrics"
.SH "NAME"
gretlcli \- Command\-line client for the GNU Regression, Econometrics and Time\-series Library
.SH "SYNOPSIS"
\fBgretlcli\fR [ options ] [ \fIdatafile\fP | \fIscriptfile\fP | \fIsessionfile\fP ]
.br
.SH "DESCRIPTION"
\fBgretlcli\fR is the command\-line client for the \fBlibgretl\fR
library. It is called by the \fBgretl\fR wrapper script if the
DISPLAY environment variable is not set.
For details, please 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"
.TP
\fB\-b\fR script, \fB\-\-batch\fR script
Run a script and exit.
.TP
\fB\-e\fR, \fB\-\-english\fR
Force use of English.
.TP
\fB\-r\fR script, \fB\-\-run\fR script
Run a script then hand control to the command line.
.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 per\-user configuration file
.TP
\fI~/.gretl\fP directory for user runtime files
.SH "ENVIRONMENT VARIABLES"
.TP
\fBHOME\fP
Specifies the user's home directory
.SH "SEE ALSO"
\fBgretl\fR(1)
.SH "AUTHOR"
The gretl team