File: address.part1.awk

package info (click to toggle)
addressbook 0.7-13
  • links: PTS
  • area: main
  • in suites: potato
  • size: 960 kB
  • ctags: 160
  • sloc: tcl: 6,002; perl: 528; ansic: 362; awk: 205; sh: 123; makefile: 95
file content (27 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (4)
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
#!/usr/bin/gawk -f
BEGIN {FS=";"; OFS=" "

# Definitions of all fields (will be read from .fmt in a later version)
# starting with 1 (not 0)
firstname=1
lastname=2
addon=3
street=4
country=5
zip=6
city=7
birthday=8
phonepriv=9
phonework=10
fax=11
email=12
www=13
category=14
remark=15

# Definitions from .addressbook.config (will be read in automatically in a later version)
mycountry="D"
myareacode="089"
dialoutdistance=""
dialoutlocal=""
intl_dialout="00"