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 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
.TH GAP "1" "October 2006" "The GAP team" "User Commands"
.SH NAME
GAP \- Groups, Algorithms and Programming
.SH DESCRIPTION
GAP is a system for computational discrete algebra with
particular emphasis on computational group theory, but
which has already proved useful also in other areas. In
the example text, gap is used to analyse Rubik's Cube
using group theory. A kernel implements a pascal-like
language.
.SH OPTIONS
.PP
usage: gap [OPTIONS] [FILES]
.IP
run the Groups, Algorithms and Programming system, Version 4.4.8
.TP
\fB\-h\fR
print this help and exit
.TP
\fB\-b\fR
disable/enable the banner
.TP
\fB\-q\fR
enable/disable quiet mode
.TP
\fB\-e\fR
disable/enable quitting on <ctr>\-D
.TP
\fB\-f\fR
force line editing
.TP
\fB\-n\fR
prevent line editing
.TP
\fB\-x\fR <num>
set line width
.TP
\fB\-y\fR <num>
set number of lines
.TP
\fB\-g\fR
show GASMAN messages (full garbage collections)
.TP
\fB\-g\fR \fB\-g\fR
show GASMAN messages (all garbage collections)
.TP
\fB\-m\fR <mem>
set the initial workspace size
.TP
\fB\-o\fR <mem>
set hint for maximal workspace size (GAP may allocate more)
.TP
\fB\-K\fR <mem>
set maximal workspace size (GAP never allocates more)
.TP
\fB\-c\fR <mem>
set the cache size value
.TP
\fB\-a\fR <mem>
set amount to pre\-malloc\-ate
postfix 'k' = *1024, 'm' = *1024*1024, 'g' = *1024*1024*1024
.TP
\fB\-l\fR <paths>
set the GAP root paths
.TP
\fB\-r\fR
disable/enable reading of the '.gaprc' file
.TP
\fB\-A\fR
disable/enable autoloading of GAP packages
.TP
\fB\-B\fR <name>
current architecture
.TP
\fB\-D\fR
enable/disable debugging the loading of library files
.TP
\fB\-M\fR
disable/enable loading of compiled modules
.TP
\fB\-N\fR
disable/enable check for completion files
.TP
\fB\-T\fR
disable/enable break loop
.TP
\fB\-X\fR
enable/disable CRC for comp. files while reading
.TP
\fB\-Y\fR
enable/disable CRC for comp. files while completing
.TP
\fB\-i\fR <file>
change the name of the init file
.TP
\fB\-L\fR <file>
restore a saved workspace
.TP
\fB\-R\fR
prevent restoring of workspace (ignoring \fB\-L\fR)
.IP
Boolean options (b,q,e,r,A,D,M,N,T,X,Y) toggle the current value
each time they are called. Default actions are indicated first.
.SH AUTHORS
The GAP Group <http://www.gap-system.org>
.SH COPYRIGHT
Copyright (1987--2006) by the GAP Group,
GAP 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; either version 2 of the License, or (at your option)
any later version.
.SH "SEE ALSO"
.I gac(1)
.I update-gap-workspace(1)
.P
You can read the complete manual in /usr/share/gap/doc or you can use the online help system. Type ?help inside GAP to access it.
Type
.P
?Reference: options!under UNIX
.P
to access the full documentation of options.
.P
|