In Type 1 TIGER records column 16 (SDECODE) is the flag to indicate that
a line segment is part of a county boundary. Extract all lines with
col 16=1 for a county boundary map. You can use grep like this:
grep "^...............1" < TGRssccc.F41 >county.F41
Jim Hinthorne
CWU GIS Lab