Ok, heres a sample file that I need to make a script for:
a
b
c
d
creatorsname = bob
a
b
c
d
e
f
creatorsname = bob
a
b
c
d
creatorsname = bill
a
b
c
d
e
f
g
creatorsname = bob
a
b
c
d
e
creatorsname = jack
What I need to do is pull out every field 'a','b','c' and 'd, but only for certain...