Saturday, December 25, 2004

gedlist.sh

Create a list of inidivuals listed in a GEDCOM file. In conjunction with topoged.

awk '$3 ~ "INDI" { id = $2 } $1 == "1" && $2 == "NAME" { $1 = ""; $2=""; print id "|" $0 } '

0 Comments:

Post a Comment

<< Home