1testdbfawk(1) General Commands Manual testdbfawk(1)
2
3
4
6 testdbfawk - scan dbfawk files for matching dbf file for map rendering
7 in xastir
8
9
11 testdbfawk [-f file.awk| -D dir] -d file.dbf
12
13
15 Scan dbfawk files for matching dbf file for map rendering in xastir
16
17 --help prints command line usage
18 -D for dir containing *.dbfawk files.
19 -f for file containing awk rules.
20 -d for dbf file to parse
21
23 testdbfawk -D . -d tgr36119lkA.dbf 2>&1|less
24
25 testdbfawk scans the current directory for dbfawk files with signatures
26 that match tgr36119lkA.dbf's signature. testdbfawk dumps its output to
27 standard error, so in the example standard error is redirected to stan‐
28 dard out and piped into "less" for paging.
29
30
32 Dbfawk hints and kinks: You have to think like an awk programmer and
33 realize that the order that rules are listed matters, that it's impor‐
34 tant to use "next" as soon as it makes sense so other rules aren't
35 looked at unnecessarily and, to use "skip" when you want to fix bad dbf
36 data.
37
38
40 README.MAPS in xastir documentation
41
42 APRS[tm] is a Trademark of Bob Bruninga, his home page is at
43 "http://www.aprs.org/aprs.html"
44
45
47 Copyright (C) 1999,2000 Frank Giannandrea KC2GJS
48 Copyright (C) 2000-2019 The Xastir Group
49
50
51
52The Xastir Group 2009-12-22 testdbfawk(1)