File: gwu.1

package info (click to toggle)
geneweb 6.08%2Bgit20181019%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 9,460 kB
  • sloc: ml: 75,564; sh: 1,282; makefile: 708; perl: 27
file content (82 lines) | stat: -rw-r--r-- 2,176 bytes parent folder | download | duplicates (8)
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
.TH gwu 1 "2002 October 16th"
.SH NAME
gwu \- Dump a GeneWeb database
.SH SYNOPSIS
.B gwu
[
.I options
] \<
.I base_file
\>
.br
.SH DESCRIPTION
.I
gwu 
dumps the contents of the 
.IR GeneWeb 
database to standard output.
It's  a  good  way  to  backup  the database in a neutral form, and can
facilitate upgrades to new software.
.PP
The primary documentation of 
.I gwu 
is in the HTML documentation, which
you  can find in the documentation directory (/usr/share/doc/geneweb on
Debian systems).
.br
Please look there for complete and up-to-date documentation.
.PP
.SH OPTIONS
.PP
.TP 20
.B \-help
command-line help
.TP
.B  \-o <file>    
output file name (else stdout)
.TP
.B  \-odir <dir>  
create files from original name in directory (else on -o file)
.TP
.B  \-mem         
save memory space, but slower
.TP
.B  \-a "<1st_name>" [num] "<surname>" 
select ancestors of ...
.TP
.B  \-d "<1st_name>" [num] "<surname>"
select descendants of ...
.TP
.B  \-ad "<1st_name>" [num] "<surname>"
select ancestors of ... and all their descendants (has no effect if \-a and/or \-d used, option \-nsp is forced).
.TP
.B  \-aws "<1st_name>" [num] "<surname>" 
select ancestors with siblings
.TP
.B  \-s "<surname>"
select this surname (option usable several times)
.TP
.B  \-nsp
no spouses' parents (for options -s and -d)
.TP
.B  \-nn
no (database) notes
.TP
.B  \-c <num>
When a person is born less than <num> years ago, it is not exported unless
it is Public. All the spouses and descendants are also censored.
.TP
.B  \-sep "1st_name.num surname"
To use together with the option "-odir": separate this person and
all his ancestors and descendants sharing the same surname. All the
concerned families are displayed on standard output instead of their
associated files. This option can be used several times.
.TP
.B  \-sep_only_file <file>
With option "-sep", tells to separate only groups of that file.
.TP
.B  \-sep_limit <num>
When using the option "-sep", groups of families can become isolated
in the files. Gwu reconnects them to the separated families (i.e.
displays them to standard output) if the size of these groups is less
than 21. The present option changes this limit.