-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgfalist.1
73 lines (61 loc) · 1.88 KB
/
gfalist.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
.TH gfalist 1 "06 May 2003"
.SH NAME
gfalist - Reads tokenized GFA BASIC version 3.x source files (.GFA) and converts them to human readable ASCII listings (.LST).
.SH SYNOPSIS
.B gfalist
\fR[\fB-o lstfile\fR]
.RB [ -vcthi ]
.RI gfafile
.SH DESCRIPTION
Reads an .gfa file as input. Produces a .lst (ASCII)
file as output.
.SH OPTIONS
.TP
.BI "\-o " file
Place output in file \c
.I file\c
\&. INLINE data will not be saved.
.TP
.BI "\-i "
Save INLINE data into separate files, named after the pointers, ending .inl.
.TP
.B -h,--help
makes
.B gfalist
print a short usage information and exit.
.TP
.B -v,--verbose
.B gfalist
prints information about its processing on Standard Error.
For detailed help and description of the implemented commands take a
look at the README file and manual which comes with the gfalist package.
.SH EXAMPLES
.nf
gfalist testme.gfa
prints the code to stdout
gfalist testme.gfa -o testme.lst
converts testme.gfa into testme.lst (ASCII listing)
gfalist testme.gfa > testme.lst
converts testme.gfa into testme.lst (ASCII listing) including
INLINE DATA converted to HEXDUMP
.fi
.SH LIMITATIONS
The support to GFA-BASIC version 3 is limited.
.SH VERSION
This Page was created for V.0.01
.SH AUTHOR
Copyright (C) 1992-2001 by Peter Backes.
Man-Page created by Markus Hoffmann
.SH COPYRIGHT
Copyright (C) 1992-2001 Peter Backes
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License, not any
earlier or later version.
This program is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU General Public License for more
details.
.SH "SEE ALSO"
OUR NEXT STEP -- The GFABASIC4 development package