]> git.pond.sub.org Git - empserver/blob - info/dump.t
m4: Refresh macros from autoconf-archive commit fd1d25c148
[empserver] / info / dump.t
1 .TH Command DUMP
2 .NA dump "Dump raw sector information"
3 .LV Expert
4 .SY "dump <SECTS> [<fields>]"
5 The dump command displays all information on
6 some or all of the sectors you occupy.
7 dump is a combination of census, commodity, cutoff and level.
8 Each sector's information is printed on one very long line.
9 Fields are separated by a single space.
10 If no fields are specified, all fields are printed.
11 .s1
12 This command is designed to be used for input to an empire tool
13 such as \*Qve\*U.
14 .s1
15 In the syntax of the dump command
16 <SECTS> is the area on which you wish information,
17 [<fields>] are the fields you wish to dump.
18 If no fields are specified, all fields are printed.
19 (see \*Qinfo Syntax\*U).
20 .s1
21 A dump command lists all selected sectors headed by:
22 .NF
23 Sun Feb  9 22:16:37 1997
24 DUMP SECTOR 855544597
25 <fields>
26 .FI
27 The first line is the date.  The second line is the
28 "DUMP SECTOR <timestamp>" where the <timestamp> field is the current
29 timestamp.  The third line is the columns which are output.
30 .s1
31 The following may be used as fields.  They must be entered EXACTLY as
32 shown here (no partial pattern matching is done.)
33 .s1
34 .NF
35    des
36    sdes
37    eff
38    mob
39    *
40    off
41    min
42    gold
43    fert
44    ocontent
45    uran
46    work
47    avail
48    terr
49    civ
50    mil
51    uw
52    food
53    shell
54    gun
55    pet
56    iron
57    dust
58    bar
59    oil
60    lcm
61    hcm
62    rad
63    u_del
64    f_del
65    s_del
66    g_del
67    p_del
68    i_del
69    b_del
70    o_del
71    l_del
72    h_del
73    r_del
74    u_cut
75    f_cut
76    s_cut
77    g_cut
78    p_cut
79    i_cut
80    d_cut
81    b_cut
82    o_cut
83    l_cut
84    h_cut
85    r_cut
86    dist_x
87    dist_y
88    c_dist
89    m_dist
90    u_dist
91    f_dist
92    s_dist
93    g_dist
94    p_dist
95    i_dist
96    d_dist
97    b_dist
98    o_dist
99    l_dist
100    h_dist
101    r_dist
102    road
103    rail
104    defense
105    fallout
106    coast
107    c_del
108    m_del
109    c_cut
110    m_cut
111    terr1
112    terr2
113    terr3
114 .FI
115 .s1
116 A typical usage might be:
117 .EX dump #5
118 which would list data for all sectors in realm #5.
119 .s1
120 A dump lists each of your sectors in the specified area.
121 The header line is a list of fields that correspond
122 to the order that dump prints the sector info.
123 .s1
124 .SA "census, commodity, cutoff, level, xdump, Sectors"