1 CWD=/projects/helm/metadata/postgresql_V7_mowgli_new_schema
4 (cd forward && find . -type d -exec mkdir -p $(CWD)/txt/{} \;)
5 (cd forward && find . -name "*.xml" -exec xsltproc --param path '"{}"' -o $(CWD)/txt/{}.txt $(CWD)/metainfo.xsl {} \; -exec echo {} \;)
8 ./upload_rel.pl forward_rel.xml | psql -h mowgli -U helm helm_mowgli_new_schema
9 ./upload_sort.pl forward_sort.xml | psql -h mowgli -U helm helm_mowgli_new_schema
10 (cd txt && find */* -name "*.txt" > index.txt)
11 (cd txt && cat index.txt | ../inserisci.pl)