|
|
@ -34,7 +34,7 @@ do |
|
|
\t\t<\/fileDesc>\ |
|
|
\t\t<\/fileDesc>\ |
|
|
\t<\/teiHeader>\ |
|
|
\t<\/teiHeader>\ |
|
|
\t<text>\ |
|
|
\t<text>\ |
|
|
\t\t<canto num=~CANTO_NUM~ num_comm=~COMM_NUM~>\ |
|
|
\t\t<canto c_num=~CANTO_NUM~ comm_num=~COMM_NUM~>\ |
|
|
\t\t\t<tercets>\n/' "$file" |
|
|
\t\t\t<tercets>\n/' "$file" |
|
|
# Replace canto number, comedy number, and canticle |
|
|
# Replace canto number, comedy number, and canticle |
|
|
sed -i -e "s/~TITLE_CANTO_NUM~/$CANTO_NUM/" "$file" |
|
|
sed -i -e "s/~TITLE_CANTO_NUM~/$CANTO_NUM/" "$file" |
|
|
|