|
|
|
|
|
by gricardo99
3604 days ago
|
|
If you download the zip, here's a bash one-liner (replace 48103 with zip of interest): for pwsid in $(grep 48103 UCMR3_ZipCodes.txt | cut -f 1);do for fid in $(grep $pwsid UCMR3_All.txt | cut -f 4);do grep $fid UCMR3_DRT.txt | cut -f 6;done;done | sort | uniq |
|
p.s. every zip code i've tried has a bunch of findings. anyone have a zip code without one?