1DBFINFO(1) shapelib DBFINFO(1)
2
3
4
6 dbfinfo - Displays basic information for a given xBase file
7
9 dbfinfo xbase_file
10
12 Displays basic information for a given xBase file, like number of col‐
13 umns, number of records and type of each column.
14
16 xbase_file
17 The name of an existing xBase file.
18
20 dbfinfo testbase
21
22
23
24 Info for testbase.dbf
25 3 Columns, 1 Records in file
26 NAME string (20,0)
27 AREA float (9,3)
28 VALUE float (9,2)
29
30
31
33 dbfinfo is part of shapelib, maintained by Frank Warmerdam. This guide
34 was created by Eduardo Patoo Kanegae and converted to manpage by Johan
35 Van de Wauw.
36
38 dbfadd(1), dbfcat(1), dbfcreate(1), dbfdump(1), shpadd(1), shpcat(1),
39 shpcentrd(1), shpcreate(1), shpdump(1), shpdxf(1), shpfix(1),
40 shpinfo(1), shpproj(1), shprewind(1), shptest(1)
41
42
43
44 March 2019 DBFINFO(1)