# split nn.1 in 4 parts
cd man

sed -n \
-e '/BEGINPART A/,/ENDPART A/w nn.1.A' \
-e '/BEGINPART B/,/ENDPART B/w nn.1.B' \
-e '/BEGINPART C/,/ENDPART C/w nn.1.C' \
-e '/BEGINPART D/,/ENDPART D/w nn.1.D' nn.1

# dont have to 'make' it
touch nn.1
