|
|
1.1 root 1: #print
2: There is a file "cities" in this directory in which each line
3: contains a city, state and ZIP code. But it was typed
4: in by a member of management and is really botched - every
5: NJ city is labeled as being in NY. But the Zip codes are right -
6: if you can change NY to NJ on each line containing a ZIP code
7: beginning with either 07 or 08 all will be fixed up. Each line
8: looks like
9: St. Louis MO 63166
10: and (1) remember the [] operators? and (2) don't forget
11: that digits appear in the middle of ZIP codes.
12: You may want to check what you're doing by writing the current
13: version on a different file name and using "diff" to check
14: on the changes.
15: #create Ref
16: Albany NY 12201
17: Atlanta GA 30301
18: Baltimore MD 21233
19: Boston MA 02109
20: Bridgeport CN 06601
21: Buffalo NY 14240
22: Camden NJ 08101
23: Chicago IL 60607
24: Dallas TX 75221
25: Denver CO 80201
26: Detroit MI 48226
27: Elizabeth NJ 07207
28: Hartford CN 06101
29: Houston TX 77052
30: Indianapolis IN 46204
31: Jersey City NJ 07303
32: Los Angeles CA 90053
33: Miami FL 33101
34: Milwaukee WI 53201
35: Minneapolis MN 55401
36: New York NY 10001
37: Newark NJ 07101
38: Paterson NJ 07510
39: Philadelphia PA 19104
40: Phoenix AR 85026
41: Pittsburgh PA 15230
42: Providence RI 02904
43: Rochester NY 14603
44: San Diego CA 92101
45: San Francisco CA 94101
46: Seattle WA 98101
47: St. Louis MO 63166
48: Syracuse NY 13201
49: Trenton NJ 08608
50: Utica NY 13503
51: Washington DC 20013
52: Yonkers NY 10598
53: #create cities
54: Albany NY 12201
55: Atlanta GA 30301
56: Baltimore MD 21233
57: Boston MA 02109
58: Bridgeport CN 06601
59: Buffalo NY 14240
60: Camden NY 08101
61: Chicago IL 60607
62: Dallas TX 75221
63: Denver CO 80201
64: Detroit MI 48226
65: Elizabeth NY 07207
66: Hartford CN 06101
67: Houston TX 77052
68: Indianapolis IN 46204
69: Jersey City NY 07303
70: Los Angeles CA 90053
71: Miami FL 33101
72: Milwaukee WI 53201
73: Minneapolis MN 55401
74: New York NY 10001
75: Newark NY 07101
76: Paterson NY 07510
77: Philadelphia PA 19104
78: Phoenix AR 85026
79: Pittsburgh PA 15230
80: Providence RI 02904
81: Rochester NY 14603
82: San Diego CA 92101
83: San Francisco CA 94101
84: Seattle WA 98101
85: St. Louis MO 63166
86: Syracuse NY 13201
87: Trenton NJ 08608
88: Utica NY 13503
89: Washington DC 20013
90: Yonkers NY 10598
91: #user
92: #cmp cities Ref
93: #log
94: #next
95: 70.2f 5
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.